Html Css Color HEX #232EE1 Persian Blue

📋 copy color: '#232EE1'

red 35 ◦ green 46 ◦ blue 225

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

Shades of Persian Blue #232EE1

Tints of Persian Blue #232EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.53%

R = 11.44%
G = 15.03%
B = 73.53%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#232EE1 (or 0x232EE1) is known color: Persian Blue. HEX triplet: 23, 2E and E1. RGB value is (35,46,225). Sum of RGB (Red+Green+Blue) = 35+46+225=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #232EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EE1 is #DCD11E. Grayscale: #3E3E3E. Windows color (decimal): -14471455 or 14757411. OLE color: 14757411.

HSL color Cylindrical-coordinate representation of color #232EE1: hue angle of 236.53º degrees, saturation: 0.76, 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 #232EE1 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 46 225 -
CMYK 0.84 0.80 0 0.12
HSL 236.53º 0.76% 0.51% -
HSV(B) 236.53º 0.84% 0.88% -
XYZ 15.26 7.75 71.93 -
YUV 63.12 219.36 107.95 -
System Red Green Blue C M Y K H S L
Decimal 35 46 225 0.84 0.80 0 0.12 236.53 0.76 0.51
Hex 23 2E E1 54 50 0 C ED 4C 33
Octal 43 56 341 124 120 0 14 355 114 63
Binary 100011 101110 11100001 1010100 1010000 0 1100 11101101 1001100 110011

Color Harmonies of #232EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EE1

Black with #232EE1

Text Example


Text Example

White with #232EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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