Html Css Color HEX #332CBB Persian Blue

📋 copy color: '#332CBB'

red 51 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #332CBB

Tints of Persian Blue #332CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.6%

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

R = 18.09%
G = 15.6%
B = 66.31%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#332CBB (or 0x332CBB) is known color: Persian Blue. HEX triplet: 33, 2C and BB. RGB value is (51,44,187). Sum of RGB (Red+Green+Blue) = 51+44+187=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #332CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CBB is #CCD344. Grayscale: #3D3D3D. Windows color (decimal): -13423429 or 12266547. OLE color: 12266547.

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

Color convert

RGB 51 44 187 -
CMYK 0.73 0.76 0 0.27
HSL 242.94º 0.62% 0.45% -
HSV(B) 242.94º 0.76% 0.73% -
XYZ 11.24 6.09 47.6 -
YUV 62.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 51 44 187 0.73 0.76 0 0.27 242.94 0.62 0.45
Hex 33 2C BB 49 4C 0 1B F3 3E 2D
Octal 63 54 273 111 114 0 33 363 76 55
Binary 110011 101100 10111011 1001001 1001100 0 11011 11110011 111110 101101

Color Harmonies of #332CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CBB

Black with #332CBB

Text Example


Text Example

White with #332CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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