Html Css Color HEX #253D8A Resolution Blue

📋 copy color: '#253D8A'

red 37 ◦ green 61 ◦ blue 138

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

Shades of Resolution Blue #253D8A

Tints of Resolution Blue #253D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.85%

 BLUE value IS 138 (54.3% from 255) = 58.47%

R = 15.68%
G = 25.85%
B = 58.47%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#253D8A (or 0x253D8A) is known color: Resolution Blue. HEX triplet: 25, 3D and 8A. RGB value is (37,61,138). Sum of RGB (Red+Green+Blue) = 37+61+138=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #253D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D8A is #DAC275. Grayscale: #3E3E3E. Windows color (decimal): -14336630 or 9059621. OLE color: 9059621.

HSL color Cylindrical-coordinate representation of color #253D8A: hue angle of 225.74º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253D8A is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 61 138 -
CMYK 0.73 0.56 0 0.46
HSL 225.74º 0.58% 0.34% -
HSV(B) 225.74º 0.73% 0.54% -
XYZ 7.02 5.57 24.75 -
YUV 62.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 37 61 138 0.73 0.56 0 0.46 225.74 0.58 0.34
Hex 25 3D 8A 49 38 0 2E E2 3A 22
Octal 45 75 212 111 70 0 56 342 72 42
Binary 100101 111101 10001010 1001001 111000 0 101110 11100010 111010 100010

Color Harmonies of #253D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D8A

Black with #253D8A

Text Example


Text Example

White with #253D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,138); }

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

background-color css

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

 a { background-color: rgb(37,61,138); }

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

border-color css

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

 span { border-color: rgb(37,61,138); }

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