#2a33b3

Color #2A33B3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2A33B3

Tints of Persian Blue #2A33B3

Color information

#2A33B3 (or 0x2A33B3) is unknown color: approx Persian Blue. HEX triplet: 2A, 33 and B3. RGB value is (42,51,179). Sum of RGB (Red+Green+Blue) = 42+51+179=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #2A33B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A33B3 is #D5CC4C. Grayscale: #3E3E3E. Windows color (decimal): -14011469 or 11744042. OLE color: 11744042.

HSL color Cylindrical-coordinate representation of color #2A33B3: hue angle of 236.06º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A33B3 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4251179-
CMYK0.770.7200.30
HSL236.06º61.99%43.33%-
HSV(B)236.06º76.54%70.2%-
XYZ10.286.1143.29-
YUV62.9193.52113.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 179 (70.31% from 255) = 65.81%
R=15.44%
G=18.75%
B=65.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42511790.770.7200.30236.0661.9943.33
Hex2A33B34D4801Eec3e2b
Octal52632631151100363547653
Binary101010110011101100111001101100100001111011101100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a33b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a33b3; }

 p { color: rgb(42,51,179); }

 H1.HeaderClassName
 {
   color: #2a33b3;
 }
 .AnyTagClassName
 {
   color: #2a33b3;
 }
</style>
background-color css

<style>
 a { background-color: #2a33b3; }

 a { background-color: rgb(42,51,179); }

 div.DivClassName
 {
   background-color: #2a33b3;
 }
 .BgClassName
 {
   background-color: #2a33b3;
 }
</style>
border-color css

<style>
 span { border-color: #2a33b3; }

 span { border-color: rgb(42,51,179); }

 td.TdClassName
 {
   border-color: #2a33b3;
 }
 .TagClassName
 {
   border-color: #2a33b3;
 }
</style>