Html Css Color HEX #2329EC Persian Blue

📋 copy color: '#2329EC'

red 35 ◦ green 41 ◦ blue 236

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

Shades of Persian Blue #2329EC

Tints of Persian Blue #2329EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 11.22%
G = 13.14%
B = 75.64%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2329EC (or 0x2329EC) is known color: Persian Blue. HEX triplet: 23, 29 and EC. RGB value is (35,41,236). Sum of RGB (Red+Green+Blue) = 35+41+236=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #2329EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2329EC is #DCD613. Grayscale: #3C3C3C. Windows color (decimal): -14472724 or 15477027. OLE color: 15477027.

HSL color Cylindrical-coordinate representation of color #2329EC: hue angle of 238.21º 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 #2329EC is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 41 236 -
CMYK 0.85 0.83 0 0.07
HSL 238.21º 0.84% 0.53% -
HSV(B) 238.21º 0.85% 0.93% -
XYZ 16.63 8 80.02 -
YUV 61.44 226.51 109.14 -
System Red Green Blue C M Y K H S L
Decimal 35 41 236 0.85 0.83 0 0.07 238.21 0.84 0.53
Hex 23 29 EC 55 53 0 7 EE 54 35
Octal 43 51 354 125 123 0 7 356 124 65
Binary 100011 101001 11101100 1010101 1010011 0 111 11101110 1010100 110101

Color Harmonies of #2329EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2329EC

Black with #2329EC

Text Example


Text Example

White with #2329EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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