Html Css Color HEX #232EE0 Persian Blue

📋 copy color: '#232EE0'

red 35 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #232EE0

Tints of Persian Blue #232EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 11.48%
G = 15.08%
B = 73.44%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#232EE0 (or 0x232EE0) is known color: Persian Blue. HEX triplet: 23, 2E and E0. RGB value is (35,46,224). Sum of RGB (Red+Green+Blue) = 35+46+224=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #232EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EE0 is #DCD11F. Grayscale: #3E3E3E. Windows color (decimal): -14471456 or 14691875. OLE color: 14691875.

HSL color Cylindrical-coordinate representation of color #232EE0: hue angle of 236.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232EE0 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 46 224 -
CMYK 0.84 0.79 0 0.12
HSL 236.51º 0.75% 0.51% -
HSV(B) 236.51º 0.84% 0.88% -
XYZ 15.12 7.69 71.21 -
YUV 63 218.86 108.03 -
System Red Green Blue C M Y K H S L
Decimal 35 46 224 0.84 0.79 0 0.12 236.51 0.75 0.51
Hex 23 2E E0 54 4F 0 C ED 4B 33
Octal 43 56 340 124 117 0 14 355 113 63
Binary 100011 101110 11100000 1010100 1001111 0 1100 11101101 1001011 110011

Color Harmonies of #232EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EE0

Black with #232EE0

Text Example


Text Example

White with #232EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,46,224); }

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

background-color css

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

 a { background-color: rgb(35,46,224); }

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

border-color css

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

 span { border-color: rgb(35,46,224); }

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