Html Css Color HEX #232BE3 Persian Blue

📋 copy color: '#232BE3'

red 35 ◦ green 43 ◦ blue 227

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

Shades of Persian Blue #232BE3

Tints of Persian Blue #232BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 74.43%

R = 11.48%
G = 14.1%
B = 74.43%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#232BE3 (or 0x232BE3) is known color: Persian Blue. HEX triplet: 23, 2B and E3. RGB value is (35,43,227). Sum of RGB (Red+Green+Blue) = 35+43+227=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 227 (89.06% from 255 or 74.43% from 305); Max value from RGB is 227 - color contains mainly: blue. Hex color #232BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BE3 is #DCD41C. Grayscale: #3C3C3C. Windows color (decimal): -14472221 or 14887715. OLE color: 14887715.

HSL color Cylindrical-coordinate representation of color #232BE3: hue angle of 237.5º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232BE3 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 43 227 -
CMYK 0.85 0.81 0 0.11
HSL 237.5º 0.77% 0.51% -
HSV(B) 237.5º 0.85% 0.89% -
XYZ 15.42 7.63 73.33 -
YUV 61.58 221.35 109.04 -
System Red Green Blue C M Y K H S L
Decimal 35 43 227 0.85 0.81 0 0.11 237.5 0.77 0.51
Hex 23 2B E3 55 51 0 B EE 4D 33
Octal 43 53 343 125 121 0 13 356 115 63
Binary 100011 101011 11100011 1010101 1010001 0 1011 11101110 1001101 110011

Color Harmonies of #232BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BE3

Black with #232BE3

Text Example


Text Example

White with #232BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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