Html Css Color HEX #332BDE Persian Blue

📋 copy color: '#332BDE'

red 51 ◦ green 43 ◦ blue 222

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

Shades of Persian Blue #332BDE

Tints of Persian Blue #332BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 16.14%
G = 13.61%
B = 70.25%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#332BDE (or 0x332BDE) is known color: Persian Blue. HEX triplet: 33, 2B and DE. RGB value is (51,43,222). Sum of RGB (Red+Green+Blue) = 51+43+222=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #332BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BDE is #CCD421. Grayscale: #414141. Windows color (decimal): -13423650 or 14560051. OLE color: 14560051.

HSL color Cylindrical-coordinate representation of color #332BDE: hue angle of 242.68º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332BDE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 43 222 -
CMYK 0.77 0.81 0 0.13
HSL 242.68º 0.73% 0.52% -
HSV(B) 242.68º 0.81% 0.87% -
XYZ 15.41 7.71 69.78 -
YUV 65.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 51 43 222 0.77 0.81 0 0.13 242.68 0.73 0.52
Hex 33 2B DE 4D 51 0 D F3 49 34
Octal 63 53 336 115 121 0 15 363 111 64
Binary 110011 101011 11011110 1001101 1010001 0 1101 11110011 1001001 110100

Color Harmonies of #332BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BDE

Black with #332BDE

Text Example


Text Example

White with #332BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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