Html Css Color HEX #332CCB Persian Blue

📋 copy color: '#332CCB'

red 51 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #332CCB

Tints of Persian Blue #332CCB

RGB

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

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

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

R = 17.11%
G = 14.77%
B = 68.12%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#332CCB (or 0x332CCB) is known color: Persian Blue. HEX triplet: 33, 2C and CB. RGB value is (51,44,203). Sum of RGB (Red+Green+Blue) = 51+44+203=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #332CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CCB is #CCD334. Grayscale: #3F3F3F. Windows color (decimal): -13423413 or 13315123. OLE color: 13315123.

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

Color convert

RGB 51 44 203 -
CMYK 0.75 0.78 0 0.20
HSL 242.64º 0.64% 0.48% -
HSV(B) 242.64º 0.78% 0.8% -
XYZ 13.05 6.82 57.13 -
YUV 64.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 51 44 203 0.75 0.78 0 0.20 242.64 0.64 0.48
Hex 33 2C CB 4B 4E 0 14 F3 40 30
Octal 63 54 313 113 116 0 24 363 100 60
Binary 110011 101100 11001011 1001011 1001110 0 10100 11110011 1000000 110000

Color Harmonies of #332CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CCB

Black with #332CCB

Text Example


Text Example

White with #332CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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