Html Css Color HEX #254371 Resolution Blue

📋 copy color: '#254371'

red 37 ◦ green 67 ◦ blue 113

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

Shades of Resolution Blue #254371

Tints of Resolution Blue #254371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 17.05%
G = 30.88%
B = 52.07%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254371 (or 0x254371) is known color: Resolution Blue. HEX triplet: 25, 43 and 71. RGB value is (37,67,113). Sum of RGB (Red+Green+Blue) = 37+67+113=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #254371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254371 is #DABC8E. Grayscale: #3F3F3F. Windows color (decimal): -14335119 or 7422757. OLE color: 7422757.

HSL color Cylindrical-coordinate representation of color #254371: hue angle of 216.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254371 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 67 113 -
CMYK 0.67 0.41 0 0.56
HSL 216.32º 0.51% 0.29% -
HSV(B) 216.32º 0.67% 0.44% -
XYZ 5.75 5.6 16.4 -
YUV 63.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 37 67 113 0.67 0.41 0 0.56 216.32 0.51 0.29
Hex 25 43 71 43 29 0 38 D8 33 1D
Octal 45 103 161 103 51 0 70 330 63 35
Binary 100101 1000011 1110001 1000011 101001 0 111000 11011000 110011 11101

Color Harmonies of #254371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254371

Black with #254371

Text Example


Text Example

White with #254371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254371; }

 p { color: rgb(37,67,113); }

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

background-color css

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

 a { background-color: rgb(37,67,113); }

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

border-color css

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

 span { border-color: rgb(37,67,113); }

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