Html Css Color HEX #232BEE Persian Blue

📋 copy color: '#232BEE'

red 35 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #232BEE

Tints of Persian Blue #232BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.32%

R = 11.08%
G = 13.61%
B = 75.32%

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

#232BEE (or 0x232BEE) is known color: Persian Blue. HEX triplet: 23, 2B and EE. RGB value is (35,43,238). Sum of RGB (Red+Green+Blue) = 35+43+238=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #232BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BEE is #DCD411. Grayscale: #3E3E3E. Windows color (decimal): -14472210 or 15608611. OLE color: 15608611.

HSL color Cylindrical-coordinate representation of color #232BEE: hue angle of 237.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232BEE is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 43 238 -
CMYK 0.85 0.82 0 0.07
HSL 237.64º 0.86% 0.54% -
HSV(B) 237.64º 0.85% 0.93% -
XYZ 16.99 8.26 81.59 -
YUV 62.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 35 43 238 0.85 0.82 0 0.07 237.64 0.86 0.54
Hex 23 2B EE 55 52 0 7 EE 56 36
Octal 43 53 356 125 122 0 7 356 126 66
Binary 100011 101011 11101110 1010101 1010010 0 111 11101110 1010110 110110

Color Harmonies of #232BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BEE

Black with #232BEE

Text Example


Text Example

White with #232BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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