Html Css Color HEX #254098 Egyptian Blue

📋 copy color: '#254098'

red 37 ◦ green 64 ◦ blue 152

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

Shades of Egyptian Blue #254098

Tints of Egyptian Blue #254098

RGB

 RED value IS 37 (14.84% from 255) = 14.62%

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 14.62%
G = 25.3%
B = 60.08%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#254098 (or 0x254098) is known color: Egyptian Blue. HEX triplet: 25, 40 and 98. RGB value is (37,64,152). Sum of RGB (Red+Green+Blue) = 37+64+152=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #254098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254098 is #DABF67. Grayscale: #414141. Windows color (decimal): -14335848 or 9977893. OLE color: 9977893.

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

Color convert

RGB 37 64 152 -
CMYK 0.76 0.58 0 0.40
HSL 225.91º 0.61% 0.37% -
HSV(B) 225.91º 0.76% 0.6% -
XYZ 8.26 6.33 30.49 -
YUV 65.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 37 64 152 0.76 0.58 0 0.40 225.91 0.61 0.37
Hex 25 40 98 4C 3A 0 28 E2 3D 25
Octal 45 100 230 114 72 0 50 342 75 45
Binary 100101 1000000 10011000 1001100 111010 0 101000 11100010 111101 100101

Color Harmonies of #254098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254098

Black with #254098

Text Example


Text Example

White with #254098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254098; }

 p { color: rgb(37,64,152); }

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

background-color css

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

 a { background-color: rgb(37,64,152); }

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

border-color css

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

 span { border-color: rgb(37,64,152); }

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