Html Css Color HEX #232BEA Persian Blue

📋 copy color: '#232BEA'

red 35 ◦ green 43 ◦ blue 234

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

Shades of Persian Blue #232BEA

Tints of Persian Blue #232BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75%

R = 11.22%
G = 13.78%
B = 75%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#232BEA (or 0x232BEA) is known color: Persian Blue. HEX triplet: 23, 2B and EA. RGB value is (35,43,234). Sum of RGB (Red+Green+Blue) = 35+43+234=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #232BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232BEA is #DCD415. Grayscale: #3D3D3D. Windows color (decimal): -14472214 or 15346467. OLE color: 15346467.

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

Color convert

RGB 35 43 234 -
CMYK 0.85 0.82 0 0.08
HSL 237.59º 0.83% 0.53% -
HSV(B) 237.59º 0.85% 0.92% -
XYZ 16.41 8.03 78.53 -
YUV 62.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 35 43 234 0.85 0.82 0 0.08 237.59 0.83 0.53
Hex 23 2B EA 55 52 0 8 EE 53 35
Octal 43 53 352 125 122 0 10 356 123 65
Binary 100011 101011 11101010 1010101 1010010 0 1000 11101110 1010011 110101

Color Harmonies of #232BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BEA

Black with #232BEA

Text Example


Text Example

White with #232BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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