Html Css Color HEX #232CEB Persian Blue

📋 copy color: '#232CEB'

red 35 ◦ green 44 ◦ blue 235

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

Shades of Persian Blue #232CEB

Tints of Persian Blue #232CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 11.15%
G = 14.01%
B = 74.84%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#232CEB (or 0x232CEB) is known color: Persian Blue. HEX triplet: 23, 2C and EB. RGB value is (35,44,235). Sum of RGB (Red+Green+Blue) = 35+44+235=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #232CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232CEB is #DCD314. Grayscale: #3E3E3E. Windows color (decimal): -14471957 or 15412259. OLE color: 15412259.

HSL color Cylindrical-coordinate representation of color #232CEB: hue angle of 237.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232CEB is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 44 235 -
CMYK 0.85 0.81 0 0.08
HSL 237.3º 0.83% 0.53% -
HSV(B) 237.3º 0.85% 0.92% -
XYZ 16.59 8.16 79.3 -
YUV 63.08 225.02 107.97 -
System Red Green Blue C M Y K H S L
Decimal 35 44 235 0.85 0.81 0 0.08 237.3 0.83 0.53
Hex 23 2C EB 55 51 0 8 ED 53 35
Octal 43 54 353 125 121 0 10 355 123 65
Binary 100011 101100 11101011 1010101 1010001 0 1000 11101101 1010011 110101

Color Harmonies of #232CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CEB

Black with #232CEB

Text Example


Text Example

White with #232CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,44,235); }

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

background-color css

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

 a { background-color: rgb(35,44,235); }

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

border-color css

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

 span { border-color: rgb(35,44,235); }

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