Html Css Color HEX #252E9B Egyptian Blue

📋 copy color: '#252E9B'

red 37 ◦ green 46 ◦ blue 155

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

Shades of Egyptian Blue #252E9B

Tints of Egyptian Blue #252E9B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.33%

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 15.55%
G = 19.33%
B = 65.13%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#252E9B (or 0x252E9B) is known color: Egyptian Blue. HEX triplet: 25, 2E and 9B. RGB value is (37,46,155). Sum of RGB (Red+Green+Blue) = 37+46+155=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #252E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E9B is #DAD164. Grayscale: #373737. Windows color (decimal): -14340453 or 10169893. OLE color: 10169893.

HSL color Cylindrical-coordinate representation of color #252E9B: hue angle of 235.42º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #252E9B is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 46 155 -
CMYK 0.76 0.70 0 0.39
HSL 235.42º 0.61% 0.38% -
HSV(B) 235.42º 0.76% 0.61% -
XYZ 7.66 4.71 31.52 -
YUV 55.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 37 46 155 0.76 0.70 0 0.39 235.42 0.61 0.38
Hex 25 2E 9B 4C 46 0 27 EB 3D 26
Octal 45 56 233 114 106 0 47 353 75 46
Binary 100101 101110 10011011 1001100 1000110 0 100111 11101011 111101 100110

Color Harmonies of #252E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E9B

Black with #252E9B

Text Example


Text Example

White with #252E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E9B; }

 p { color: rgb(37,46,155); }

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

background-color css

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

 a { background-color: rgb(37,46,155); }

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

border-color css

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

 span { border-color: rgb(37,46,155); }

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