Html Css Color HEX #233EE7 Persian Blue

📋 copy color: '#233EE7'

red 35 ◦ green 62 ◦ blue 231

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

Shades of Persian Blue #233EE7

Tints of Persian Blue #233EE7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 231 (90.63% from 255) = 70.43%

R = 10.67%
G = 18.9%
B = 70.43%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#233EE7 (or 0x233EE7) is known color: Persian Blue. HEX triplet: 23, 3E and E7. RGB value is (35,62,231). Sum of RGB (Red+Green+Blue) = 35+62+231=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #233EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233EE7 is #DCC118. Grayscale: #484848. Windows color (decimal): -14467353 or 15154723. OLE color: 15154723.

HSL color Cylindrical-coordinate representation of color #233EE7: hue angle of 231.73º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233EE7 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 62 231 -
CMYK 0.85 0.73 0 0.09
HSL 231.73º 0.8% 0.52% -
HSV(B) 231.73º 0.85% 0.91% -
XYZ 16.84 9.57 76.56 -
YUV 73.19 217.05 100.76 -
System Red Green Blue C M Y K H S L
Decimal 35 62 231 0.85 0.73 0 0.09 231.73 0.8 0.52
Hex 23 3E E7 55 49 0 9 E8 50 34
Octal 43 76 347 125 111 0 11 350 120 64
Binary 100011 111110 11100111 1010101 1001001 0 1001 11101000 1010000 110100

Color Harmonies of #233EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233EE7

Black with #233EE7

Text Example


Text Example

White with #233EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233EE7; }

 p { color: rgb(35,62,231); }

 H1.HeaderClassName
 {
   color: #233EE7;
 }
 .AnyTagClassName
 {
   color: #233EE7;
 }
</style>

background-color css

<style>
 a { background-color: #233EE7; }

 a { background-color: rgb(35,62,231); }

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

border-color css

<style>
 span { border-color: #233EE7; }

 span { border-color: rgb(35,62,231); }

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