Html Css Color HEX #332BC0 Persian Blue

📋 copy color: '#332BC0'

red 51 ◦ green 43 ◦ blue 192

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

Shades of Persian Blue #332BC0

Tints of Persian Blue #332BC0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 192 (75.39% from 255) = 67.13%

R = 17.83%
G = 15.03%
B = 67.13%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#332BC0 (or 0x332BC0) is known color: Persian Blue. HEX triplet: 33, 2B and C0. RGB value is (51,43,192). Sum of RGB (Red+Green+Blue) = 51+43+192=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #332BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BC0 is #CCD43F. Grayscale: #3D3D3D. Windows color (decimal): -13423680 or 12593971. OLE color: 12593971.

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

Color convert

RGB 51 43 192 -
CMYK 0.73 0.78 0 0.25
HSL 243.22º 0.63% 0.46% -
HSV(B) 243.22º 0.78% 0.75% -
XYZ 11.74 6.24 50.45 -
YUV 62.38 201.15 119.88 -
System Red Green Blue C M Y K H S L
Decimal 51 43 192 0.73 0.78 0 0.25 243.22 0.63 0.46
Hex 33 2B C0 49 4E 0 19 F3 3F 2E
Octal 63 53 300 111 116 0 31 363 77 56
Binary 110011 101011 11000000 1001001 1001110 0 11001 11110011 111111 101110

Color Harmonies of #332BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BC0

Black with #332BC0

Text Example


Text Example

White with #332BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,43,192); }

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

background-color css

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

 a { background-color: rgb(51,43,192); }

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

border-color css

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

 span { border-color: rgb(51,43,192); }

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