Html Css Color HEX #332CCE Persian Blue

📋 copy color: '#332CCE'

red 51 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #332CCE

Tints of Persian Blue #332CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 16.94%
G = 14.62%
B = 68.44%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#332CCE (or 0x332CCE) is known color: Persian Blue. HEX triplet: 33, 2C and CE. RGB value is (51,44,206). Sum of RGB (Red+Green+Blue) = 51+44+206=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #332CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CCE is #CCD331. Grayscale: #3F3F3F. Windows color (decimal): -13423410 or 13511731. OLE color: 13511731.

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

Color convert

RGB 51 44 206 -
CMYK 0.75 0.79 0 0.19
HSL 242.59º 0.65% 0.49% -
HSV(B) 242.59º 0.79% 0.81% -
XYZ 13.41 6.96 59.03 -
YUV 64.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 51 44 206 0.75 0.79 0 0.19 242.59 0.65 0.49
Hex 33 2C CE 4B 4F 0 13 F3 41 31
Octal 63 54 316 113 117 0 23 363 101 61
Binary 110011 101100 11001110 1001011 1001111 0 10011 11110011 1000001 110001

Color Harmonies of #332CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CCE

Black with #332CCE

Text Example


Text Example

White with #332CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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