Html Css Color HEX #332EDB Persian Blue

📋 copy color: '#332EDB'

red 51 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #332EDB

Tints of Persian Blue #332EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 16.14%
G = 14.56%
B = 69.3%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#332EDB (or 0x332EDB) is known color: Persian Blue. HEX triplet: 33, 2E and DB. RGB value is (51,46,219). Sum of RGB (Red+Green+Blue) = 51+46+219=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #332EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EDB is #CCD124. Grayscale: #424242. Windows color (decimal): -13422885 or 14364211. OLE color: 14364211.

HSL color Cylindrical-coordinate representation of color #332EDB: hue angle of 241.73º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332EDB is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 46 219 -
CMYK 0.77 0.79 0 0.14
HSL 241.73º 0.71% 0.52% -
HSV(B) 241.73º 0.79% 0.86% -
XYZ 15.13 7.77 67.72 -
YUV 67.22 213.66 116.43 -
System Red Green Blue C M Y K H S L
Decimal 51 46 219 0.77 0.79 0 0.14 241.73 0.71 0.52
Hex 33 2E DB 4D 4F 0 E F2 47 34
Octal 63 56 333 115 117 0 16 362 107 64
Binary 110011 101110 11011011 1001101 1001111 0 1110 11110010 1000111 110100

Color Harmonies of #332EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EDB

Black with #332EDB

Text Example


Text Example

White with #332EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,219); }

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

background-color css

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

 a { background-color: rgb(51,46,219); }

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

border-color css

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

 span { border-color: rgb(51,46,219); }

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