Html Css Color HEX #232697 Egyptian Blue

📋 copy color: '#232697'

red 35 ◦ green 38 ◦ blue 151

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

Shades of Egyptian Blue #232697

Tints of Egyptian Blue #232697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

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

R = 15.63%
G = 16.96%
B = 67.41%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#232697 (or 0x232697) is known color: Egyptian Blue. HEX triplet: 23, 26 and 97. RGB value is (35,38,151). Sum of RGB (Red+Green+Blue) = 35+38+151=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #232697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232697 is #DCD968. Grayscale: #313131. Windows color (decimal): -14473577 or 9905699. OLE color: 9905699.

HSL color Cylindrical-coordinate representation of color #232697: hue angle of 238.45º 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 #232697 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 38 151 -
CMYK 0.77 0.75 0 0.41
HSL 238.45º 0.62% 0.36% -
HSV(B) 238.45º 0.77% 0.59% -
XYZ 6.97 3.98 29.68 -
YUV 49.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 35 38 151 0.77 0.75 0 0.41 238.45 0.62 0.36
Hex 23 26 97 4D 4B 0 29 EE 3E 24
Octal 43 46 227 115 113 0 51 356 76 44
Binary 100011 100110 10010111 1001101 1001011 0 101001 11101110 111110 100100

Color Harmonies of #232697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232697

Black with #232697

Text Example


Text Example

White with #232697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232697; }

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

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

background-color css

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

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

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

border-color css

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

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

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