Html Css Color HEX #232EEC Persian Blue

📋 copy color: '#232EEC'

red 35 ◦ green 46 ◦ blue 236

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

Shades of Persian Blue #232EEC

Tints of Persian Blue #232EEC

RGB

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

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

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

R = 11.04%
G = 14.51%
B = 74.45%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#232EEC (or 0x232EEC) is known color: Persian Blue. HEX triplet: 23, 2E and EC. RGB value is (35,46,236). Sum of RGB (Red+Green+Blue) = 35+46+236=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #232EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EEC is #DCD113. Grayscale: #3F3F3F. Windows color (decimal): -14471444 or 15478307. OLE color: 15478307.

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

Color convert

RGB 35 46 236 -
CMYK 0.85 0.81 0 0.07
HSL 236.72º 0.84% 0.53% -
HSV(B) 236.72º 0.85% 0.93% -
XYZ 16.81 8.37 80.09 -
YUV 64.37 224.86 107.05 -
System Red Green Blue C M Y K H S L
Decimal 35 46 236 0.85 0.81 0 0.07 236.72 0.84 0.53
Hex 23 2E EC 55 51 0 7 ED 54 35
Octal 43 56 354 125 121 0 7 355 124 65
Binary 100011 101110 11101100 1010101 1010001 0 111 11101101 1010100 110101

Color Harmonies of #232EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EEC

Black with #232EEC

Text Example


Text Example

White with #232EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232EEC; }

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

 H1.HeaderClassName
 {
   color: #232EEC;
 }
 .AnyTagClassName
 {
   color: #232EEC;
 }
</style>

background-color css

<style>
 a { background-color: #232EEC; }

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

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

border-color css

<style>
 span { border-color: #232EEC; }

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

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