Html Css Color HEX #232BEC Persian Blue

📋 copy color: '#232BEC'

red 35 ◦ green 43 ◦ blue 236

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

Shades of Persian Blue #232BEC

Tints of Persian Blue #232BEC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 11.15%
G = 13.69%
B = 75.16%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#232BEC (or 0x232BEC) is known color: Persian Blue. HEX triplet: 23, 2B and EC. RGB value is (35,43,236). Sum of RGB (Red+Green+Blue) = 35+43+236=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #232BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BEC is #DCD413. Grayscale: #3D3D3D. Windows color (decimal): -14472212 or 15477539. OLE color: 15477539.

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

Color convert

RGB 35 43 236 -
CMYK 0.85 0.82 0 0.07
HSL 237.61º 0.84% 0.53% -
HSV(B) 237.61º 0.85% 0.93% -
XYZ 16.7 8.14 80.05 -
YUV 62.61 225.85 108.31 -
System Red Green Blue C M Y K H S L
Decimal 35 43 236 0.85 0.82 0 0.07 237.61 0.84 0.53
Hex 23 2B EC 55 52 0 7 EE 54 35
Octal 43 53 354 125 122 0 7 356 124 65
Binary 100011 101011 11101100 1010101 1010010 0 111 11101110 1010100 110101

Color Harmonies of #232BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BEC

Black with #232BEC

Text Example


Text Example

White with #232BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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