Html Css Color HEX #254474 Resolution Blue

📋 copy color: '#254474'

red 37 ◦ green 68 ◦ blue 116

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

Shades of Resolution Blue #254474

Tints of Resolution Blue #254474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 16.74%
G = 30.77%
B = 52.49%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254474 (or 0x254474) is known color: Resolution Blue. HEX triplet: 25, 44 and 74. RGB value is (37,68,116). Sum of RGB (Red+Green+Blue) = 37+68+116=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #254474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254474 is #DABB8B. Grayscale: #3F3F3F. Windows color (decimal): -14334860 or 7619621. OLE color: 7619621.

HSL color Cylindrical-coordinate representation of color #254474: hue angle of 216.46º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254474 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 68 116 -
CMYK 0.68 0.41 0 0.55
HSL 216.46º 0.52% 0.3% -
HSV(B) 216.46º 0.68% 0.45% -
XYZ 5.98 5.79 17.32 -
YUV 64.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 37 68 116 0.68 0.41 0 0.55 216.46 0.52 0.3
Hex 25 44 74 44 29 0 37 D8 34 1E
Octal 45 104 164 104 51 0 67 330 64 36
Binary 100101 1000100 1110100 1000100 101001 0 110111 11011000 110100 11110

Color Harmonies of #254474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254474

Black with #254474

Text Example


Text Example

White with #254474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254474; }

 p { color: rgb(37,68,116); }

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

background-color css

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

 a { background-color: rgb(37,68,116); }

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

border-color css

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

 span { border-color: rgb(37,68,116); }

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