Html Css Color HEX #332EDF Persian Blue

📋 copy color: '#332EDF'

red 51 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #332EDF

Tints of Persian Blue #332EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.69%

R = 15.94%
G = 14.38%
B = 69.69%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#332EDF (or 0x332EDF) is known color: Persian Blue. HEX triplet: 33, 2E and DF. RGB value is (51,46,223). Sum of RGB (Red+Green+Blue) = 51+46+223=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #332EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EDF is #CCD120. Grayscale: #424242. Windows color (decimal): -13422881 or 14626355. OLE color: 14626355.

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

Color convert

RGB 51 46 223 -
CMYK 0.77 0.79 0 0.13
HSL 241.69º 0.73% 0.53% -
HSV(B) 241.69º 0.79% 0.87% -
XYZ 15.66 7.99 70.53 -
YUV 67.67 215.66 116.11 -
System Red Green Blue C M Y K H S L
Decimal 51 46 223 0.77 0.79 0 0.13 241.69 0.73 0.53
Hex 33 2E DF 4D 4F 0 D F2 49 35
Octal 63 56 337 115 117 0 15 362 111 65
Binary 110011 101110 11011111 1001101 1001111 0 1101 11110010 1001001 110101

Color Harmonies of #332EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EDF

Black with #332EDF

Text Example


Text Example

White with #332EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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