Html Css Color HEX #254272 Resolution Blue

📋 copy color: '#254272'

red 37 ◦ green 66 ◦ blue 114

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

Shades of Resolution Blue #254272

Tints of Resolution Blue #254272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 17.05%
G = 30.41%
B = 52.53%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#254272 (or 0x254272) is known color: Resolution Blue. HEX triplet: 25, 42 and 72. RGB value is (37,66,114). Sum of RGB (Red+Green+Blue) = 37+66+114=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #254272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254272 is #DABD8D. Grayscale: #3E3E3E. Windows color (decimal): -14335374 or 7488037. OLE color: 7488037.

HSL color Cylindrical-coordinate representation of color #254272: hue angle of 217.4º degrees, saturation: 0.51, 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 #254272 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 66 114 -
CMYK 0.68 0.42 0 0.55
HSL 217.4º 0.51% 0.3% -
HSV(B) 217.4º 0.68% 0.45% -
XYZ 5.75 5.5 16.68 -
YUV 62.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 37 66 114 0.68 0.42 0 0.55 217.4 0.51 0.3
Hex 25 42 72 44 2A 0 37 D9 33 1E
Octal 45 102 162 104 52 0 67 331 63 36
Binary 100101 1000010 1110010 1000100 101010 0 110111 11011001 110011 11110

Color Harmonies of #254272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254272

Black with #254272

Text Example


Text Example

White with #254272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254272; }

 p { color: rgb(37,66,114); }

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

background-color css

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

 a { background-color: rgb(37,66,114); }

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

border-color css

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

 span { border-color: rgb(37,66,114); }

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