Html Css Color HEX #253B7E Resolution Blue

📋 copy color: '#253B7E'

red 37 ◦ green 59 ◦ blue 126

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

Shades of Resolution Blue #253B7E

Tints of Resolution Blue #253B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

 BLUE value IS 126 (49.61% from 255) = 56.76%

R = 16.67%
G = 26.58%
B = 56.76%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#253B7E (or 0x253B7E) is known color: Resolution Blue. HEX triplet: 25, 3B and 7E. RGB value is (37,59,126). Sum of RGB (Red+Green+Blue) = 37+59+126=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #253B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253B7E is #DAC481. Grayscale: #3B3B3B. Windows color (decimal): -14337154 or 8272677. OLE color: 8272677.

HSL color Cylindrical-coordinate representation of color #253B7E: hue angle of 225.17º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #253B7E is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 59 126 -
CMYK 0.71 0.53 0 0.51
HSL 225.17º 0.55% 0.32% -
HSV(B) 225.17º 0.71% 0.49% -
XYZ 6.09 5.03 20.39 -
YUV 60.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 37 59 126 0.71 0.53 0 0.51 225.17 0.55 0.32
Hex 25 3B 7E 47 35 0 33 E1 37 20
Octal 45 73 176 107 65 0 63 341 67 40
Binary 100101 111011 1111110 1000111 110101 0 110011 11100001 110111 100000

Color Harmonies of #253B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B7E

Black with #253B7E

Text Example


Text Example

White with #253B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,59,126); }

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

background-color css

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

 a { background-color: rgb(37,59,126); }

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

border-color css

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

 span { border-color: rgb(37,59,126); }

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