Html Css Color HEX #254271 Resolution Blue

📋 copy color: '#254271'

red 37 ◦ green 66 ◦ blue 113

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

Shades of Resolution Blue #254271

Tints of Resolution Blue #254271

RGB

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

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

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

R = 17.13%
G = 30.56%
B = 52.31%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#254271 (or 0x254271) is known color: Resolution Blue. HEX triplet: 25, 42 and 71. RGB value is (37,66,113). Sum of RGB (Red+Green+Blue) = 37+66+113=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #254271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254271 is #DABD8E. Grayscale: #3E3E3E. Windows color (decimal): -14335375 or 7422501. OLE color: 7422501.

HSL color Cylindrical-coordinate representation of color #254271: hue angle of 217.11º 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 #254271 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 66 113 -
CMYK 0.67 0.42 0 0.56
HSL 217.11º 0.51% 0.29% -
HSV(B) 217.11º 0.67% 0.44% -
XYZ 5.69 5.48 16.38 -
YUV 62.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 37 66 113 0.67 0.42 0 0.56 217.11 0.51 0.29
Hex 25 42 71 43 2A 0 38 D9 33 1D
Octal 45 102 161 103 52 0 70 331 63 35
Binary 100101 1000010 1110001 1000011 101010 0 111000 11011001 110011 11101

Color Harmonies of #254271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254271

Black with #254271

Text Example


Text Example

White with #254271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254271; }

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

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

background-color css

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

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

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

border-color css

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

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

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