Html Css Color HEX #2332EC Persian Blue

📋 copy color: '#2332EC'

red 35 ◦ green 50 ◦ blue 236

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

Shades of Persian Blue #2332EC

Tints of Persian Blue #2332EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.52%

R = 10.9%
G = 15.58%
B = 73.52%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2332EC (or 0x2332EC) is known color: Persian Blue. HEX triplet: 23, 32 and EC. RGB value is (35,50,236). Sum of RGB (Red+Green+Blue) = 35+50+236=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #2332EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2332EC is #DCCD13. Grayscale: #414141. Windows color (decimal): -14470420 or 15479331. OLE color: 15479331.

HSL color Cylindrical-coordinate representation of color #2332EC: hue angle of 235.52º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2332EC is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 50 236 -
CMYK 0.85 0.79 0 0.07
HSL 235.52º 0.84% 0.53% -
HSV(B) 235.52º 0.85% 0.93% -
XYZ 16.97 8.69 80.14 -
YUV 66.72 223.53 105.38 -
System Red Green Blue C M Y K H S L
Decimal 35 50 236 0.85 0.79 0 0.07 235.52 0.84 0.53
Hex 23 32 EC 55 4F 0 7 EC 54 35
Octal 43 62 354 125 117 0 7 354 124 65
Binary 100011 110010 11101100 1010101 1001111 0 111 11101100 1010100 110101

Color Harmonies of #2332EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2332EC

Black with #2332EC

Text Example


Text Example

White with #2332EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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