Html Css Color HEX #234299 Egyptian Blue

📋 copy color: '#234299'

red 35 ◦ green 66 ◦ blue 153

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

Shades of Egyptian Blue #234299

Tints of Egyptian Blue #234299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 13.78%
G = 25.98%
B = 60.24%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#234299 (or 0x234299) is known color: Egyptian Blue. HEX triplet: 23, 42 and 99. RGB value is (35,66,153). Sum of RGB (Red+Green+Blue) = 35+66+153=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #234299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234299 is #DCBD66. Grayscale: #424242. Windows color (decimal): -14466407 or 10043939. OLE color: 10043939.

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

Color convert

RGB 35 66 153 -
CMYK 0.77 0.57 0 0.4
HSL 224.24º 0.63% 0.37% -
HSV(B) 224.24º 0.77% 0.6% -
XYZ 8.39 6.55 30.96 -
YUV 66.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 35 66 153 0.77 0.57 0 0.4 224.24 0.63 0.37
Hex 23 42 99 4D 39 0 28 E0 3F 25
Octal 43 102 231 115 71 0 50 340 77 45
Binary 100011 1000010 10011001 1001101 111001 0 101000 11100000 111111 100101

Color Harmonies of #234299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234299

Black with #234299

Text Example


Text Example

White with #234299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234299; }

 p { color: rgb(35,66,153); }

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

background-color css

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

 a { background-color: rgb(35,66,153); }

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

border-color css

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

 span { border-color: rgb(35,66,153); }

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