Html Css Color HEX #332BCB Persian Blue

📋 copy color: '#332BCB'

red 51 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #332BCB

Tints of Persian Blue #332BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 17.17%
G = 14.48%
B = 68.35%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#332BCB (or 0x332BCB) is known color: Persian Blue. HEX triplet: 33, 2B and CB. RGB value is (51,43,203). Sum of RGB (Red+Green+Blue) = 51+43+203=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #332BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BCB is #CCD434. Grayscale: #3F3F3F. Windows color (decimal): -13423669 or 13314867. OLE color: 13314867.

HSL color Cylindrical-coordinate representation of color #332BCB: hue angle of 243º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332BCB is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 43 203 -
CMYK 0.75 0.79 0 0.20
HSL 243º 0.65% 0.48% -
HSV(B) 243º 0.79% 0.8% -
XYZ 13.01 6.74 57.12 -
YUV 63.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 51 43 203 0.75 0.79 0 0.20 243 0.65 0.48
Hex 33 2B CB 4B 4F 0 14 F3 41 30
Octal 63 53 313 113 117 0 24 363 101 60
Binary 110011 101011 11001011 1001011 1001111 0 10100 11110011 1000001 110000

Color Harmonies of #332BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BCB

Black with #332BCB

Text Example


Text Example

White with #332BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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