Html Css Color HEX #232BEF Persian Blue

📋 copy color: '#232BEF'

red 35 ◦ green 43 ◦ blue 239

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

Shades of Persian Blue #232BEF

Tints of Persian Blue #232BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.39%

R = 11.04%
G = 13.56%
B = 75.39%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#232BEF (or 0x232BEF) is known color: Persian Blue. HEX triplet: 23, 2B and EF. RGB value is (35,43,239). Sum of RGB (Red+Green+Blue) = 35+43+239=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #232BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BEF is #DCD410. Grayscale: #3E3E3E. Windows color (decimal): -14472209 or 15674147. OLE color: 15674147.

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

Color convert

RGB 35 43 239 -
CMYK 0.85 0.82 0 0.06
HSL 237.65º 0.86% 0.54% -
HSV(B) 237.65º 0.85% 0.94% -
XYZ 17.14 8.32 82.36 -
YUV 62.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 35 43 239 0.85 0.82 0 0.06 237.65 0.86 0.54
Hex 23 2B EF 55 52 0 6 EE 56 36
Octal 43 53 357 125 122 0 6 356 126 66
Binary 100011 101011 11101111 1010101 1010010 0 110 11101110 1010110 110110

Color Harmonies of #232BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BEF

Black with #232BEF

Text Example


Text Example

White with #232BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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