Html Css Color HEX #2332D2 Persian Blue

📋 copy color: '#2332D2'

red 35 ◦ green 50 ◦ blue 210

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

Shades of Persian Blue #2332D2

Tints of Persian Blue #2332D2

RGB

 RED value IS 35 (14.06% from 255) = 11.86%

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 210 (82.42% from 255) = 71.19%

R = 11.86%
G = 16.95%
B = 71.19%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2332D2 (or 0x2332D2) is known color: Persian Blue. HEX triplet: 23, 32 and D2. RGB value is (35,50,210). Sum of RGB (Red+Green+Blue) = 35+50+210=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #2332D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2332D2 is #DCCD2D. Grayscale: #3F3F3F. Windows color (decimal): -14470446 or 13775395. OLE color: 13775395.

HSL color Cylindrical-coordinate representation of color #2332D2: hue angle of 234.86º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2332D2 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 50 210 -
CMYK 0.83 0.76 0 0.18
HSL 234.86º 0.71% 0.48% -
HSV(B) 234.86º 0.83% 0.82% -
XYZ 13.47 7.29 61.67 -
YUV 63.76 210.53 107.49 -
System Red Green Blue C M Y K H S L
Decimal 35 50 210 0.83 0.76 0 0.18 234.86 0.71 0.48
Hex 23 32 D2 53 4C 0 12 EB 47 30
Octal 43 62 322 123 114 0 22 353 107 60
Binary 100011 110010 11010010 1010011 1001100 0 10010 11101011 1000111 110000

Color Harmonies of #2332D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2332D2

Black with #2332D2

Text Example


Text Example

White with #2332D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2332D2; }

 p { color: rgb(35,50,210); }

 H1.HeaderClassName
 {
   color: #2332D2;
 }
 .AnyTagClassName
 {
   color: #2332D2;
 }
</style>

background-color css

<style>
 a { background-color: #2332D2; }

 a { background-color: rgb(35,50,210); }

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

border-color css

<style>
 span { border-color: #2332D2; }

 span { border-color: rgb(35,50,210); }

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