Html Css Color HEX #332DD8 Persian Blue

📋 copy color: '#332DD8'

red 51 ◦ green 45 ◦ blue 216

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

Shades of Persian Blue #332DD8

Tints of Persian Blue #332DD8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 216 (84.77% from 255) = 69.23%

R = 16.35%
G = 14.42%
B = 69.23%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#332DD8 (or 0x332DD8) is known color: Persian Blue. HEX triplet: 33, 2D and D8. RGB value is (51,45,216). Sum of RGB (Red+Green+Blue) = 51+45+216=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #332DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DD8 is #CCD227. Grayscale: #414141. Windows color (decimal): -13423144 or 14167347. OLE color: 14167347.

HSL color Cylindrical-coordinate representation of color #332DD8: hue angle of 242.11º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332DD8 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 45 216 -
CMYK 0.76 0.79 0 0.15
HSL 242.11º 0.69% 0.51% -
HSV(B) 242.11º 0.79% 0.85% -
XYZ 14.7 7.54 65.65 -
YUV 66.29 212.49 117.1 -
System Red Green Blue C M Y K H S L
Decimal 51 45 216 0.76 0.79 0 0.15 242.11 0.69 0.51
Hex 33 2D D8 4C 4F 0 F F2 45 33
Octal 63 55 330 114 117 0 17 362 105 63
Binary 110011 101101 11011000 1001100 1001111 0 1111 11110010 1000101 110011

Color Harmonies of #332DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DD8

Black with #332DD8

Text Example


Text Example

White with #332DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,216); }

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

background-color css

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

 a { background-color: rgb(51,45,216); }

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

border-color css

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

 span { border-color: rgb(51,45,216); }

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