Html Css Color HEX #233998 Egyptian Blue

📋 copy color: '#233998'

red 35 ◦ green 57 ◦ blue 152

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

Shades of Egyptian Blue #233998

Tints of Egyptian Blue #233998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 152 (59.77% from 255) = 62.3%

R = 14.34%
G = 23.36%
B = 62.3%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#233998 (or 0x233998) is known color: Egyptian Blue. HEX triplet: 23, 39 and 98. RGB value is (35,57,152). Sum of RGB (Red+Green+Blue) = 35+57+152=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #233998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233998 is #DCC667. Grayscale: #3C3C3C. Windows color (decimal): -14468712 or 9976099. OLE color: 9976099.

HSL color Cylindrical-coordinate representation of color #233998: hue angle of 228.72º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233998 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 57 152 -
CMYK 0.77 0.62 0 0.40
HSL 228.72º 0.63% 0.37% -
HSV(B) 228.72º 0.77% 0.6% -
XYZ 7.82 5.55 30.36 -
YUV 61.25 179.21 109.28 -
System Red Green Blue C M Y K H S L
Decimal 35 57 152 0.77 0.62 0 0.40 228.72 0.63 0.37
Hex 23 39 98 4D 3E 0 28 E5 3F 25
Octal 43 71 230 115 76 0 50 345 77 45
Binary 100011 111001 10011000 1001101 111110 0 101000 11100101 111111 100101

Color Harmonies of #233998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233998

Black with #233998

Text Example


Text Example

White with #233998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233998; }

 p { color: rgb(35,57,152); }

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

background-color css

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

 a { background-color: rgb(35,57,152); }

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

border-color css

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

 span { border-color: rgb(35,57,152); }

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