Html Css Color HEX #253F5A Regal Blue

📋 copy color: '#253F5A'

red 37 ◦ green 63 ◦ blue 90

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

Shades of Regal Blue #253F5A

Tints of Regal Blue #253F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 33.16%

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 19.47%
G = 33.16%
B = 47.37%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253F5A (or 0x253F5A) is known color: Regal Blue. HEX triplet: 25, 3F and 5A. RGB value is (37,63,90). Sum of RGB (Red+Green+Blue) = 37+63+90=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #253F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F5A is #DAC0A5. Grayscale: #3A3A3A. Windows color (decimal): -14336166 or 5914405. OLE color: 5914405.

HSL color Cylindrical-coordinate representation of color #253F5A: hue angle of 210.57º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #253F5A is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 63 90 -
CMYK 0.59 0.30 0 0.65
HSL 210.57º 0.42% 0.25% -
HSV(B) 210.57º 0.59% 0.35% -
XYZ 4.39 4.69 10.35 -
YUV 58.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 37 63 90 0.59 0.30 0 0.65 210.57 0.42 0.25
Hex 25 3F 5A 3B 1E 0 41 D3 2A 19
Octal 45 77 132 73 36 0 101 323 52 31
Binary 100101 111111 1011010 111011 11110 0 1000001 11010011 101010 11001

Color Harmonies of #253F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F5A

Black with #253F5A

Text Example


Text Example

White with #253F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F5A; }

 p { color: rgb(37,63,90); }

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

background-color css

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

 a { background-color: rgb(37,63,90); }

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

border-color css

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

 span { border-color: rgb(37,63,90); }

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