Html Css Color HEX #332ABB Persian Blue

📋 copy color: '#332ABB'

red 51 ◦ green 42 ◦ blue 187

#332ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #332ABB

Tints of Persian Blue #332ABB

RGB

 RED value IS 51 (20.31% from 255) = 18.21%

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 18.21%
G = 15%
B = 66.79%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#332ABB (or 0x332ABB) is known color: Persian Blue. HEX triplet: 33, 2A and BB. RGB value is (51,42,187). Sum of RGB (Red+Green+Blue) = 51+42+187=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #332ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ABB is #CCD544. Grayscale: #3C3C3C. Windows color (decimal): -13423941 or 12266035. OLE color: 12266035.

HSL color Cylindrical-coordinate representation of color #332ABB: hue angle of 243.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332ABB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 42 187 -
CMYK 0.73 0.78 0 0.27
HSL 243.72º 0.63% 0.45% -
HSV(B) 243.72º 0.78% 0.73% -
XYZ 11.16 5.95 47.57 -
YUV 61.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 51 42 187 0.73 0.78 0 0.27 243.72 0.63 0.45
Hex 33 2A BB 49 4E 0 1B F4 3F 2D
Octal 63 52 273 111 116 0 33 364 77 55
Binary 110011 101010 10111011 1001001 1001110 0 11011 11110100 111111 101101

Color Harmonies of #332ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332ABB

Black with #332ABB

Text Example


Text Example

White with #332ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332ABB; }

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

 H1.HeaderClassName
 {
   color: #332ABB;
 }
 .AnyTagClassName
 {
   color: #332ABB;
 }
</style>

background-color css

<style>
 a { background-color: #332ABB; }

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

 div.DivClassName
 {
   background-color: #332ABB;
 }
 .BgClassName
 {
   background-color: #332ABB;
 }
</style>

border-color css

<style>
 span { border-color: #332ABB; }

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

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