Html Css Color HEX #232997 Egyptian Blue

📋 copy color: '#232997'

red 35 ◦ green 41 ◦ blue 151

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

Shades of Egyptian Blue #232997

Tints of Egyptian Blue #232997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 151 (59.38% from 255) = 66.52%

R = 15.42%
G = 18.06%
B = 66.52%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#232997 (or 0x232997) is known color: Egyptian Blue. HEX triplet: 23, 29 and 97. RGB value is (35,41,151). Sum of RGB (Red+Green+Blue) = 35+41+151=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #232997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232997 is #DCD668. Grayscale: #333333. Windows color (decimal): -14472809 or 9906467. OLE color: 9906467.

HSL color Cylindrical-coordinate representation of color #232997: hue angle of 236.9º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232997 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 41 151 -
CMYK 0.77 0.73 0 0.41
HSL 236.9º 0.62% 0.36% -
HSV(B) 236.9º 0.77% 0.59% -
XYZ 7.07 4.18 29.71 -
YUV 51.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 35 41 151 0.77 0.73 0 0.41 236.9 0.62 0.36
Hex 23 29 97 4D 49 0 29 ED 3E 24
Octal 43 51 227 115 111 0 51 355 76 44
Binary 100011 101001 10010111 1001101 1001001 0 101001 11101101 111110 100100

Color Harmonies of #232997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232997

Black with #232997

Text Example


Text Example

White with #232997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232997; }

 p { color: rgb(35,41,151); }

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

background-color css

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

 a { background-color: rgb(35,41,151); }

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

border-color css

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

 span { border-color: rgb(35,41,151); }

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