Html Css Color HEX #274476 Resolution Blue

📋 copy color: '#274476'

red 39 ◦ green 68 ◦ blue 118

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

Shades of Resolution Blue #274476

Tints of Resolution Blue #274476

RGB

 RED value IS 39 (15.63% from 255) = 17.33%

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 17.33%
G = 30.22%
B = 52.44%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274476 (or 0x274476) is known color: Resolution Blue. HEX triplet: 27, 44 and 76. RGB value is (39,68,118). Sum of RGB (Red+Green+Blue) = 39+68+118=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #274476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274476 is #D8BB89. Grayscale: #404040. Windows color (decimal): -14203786 or 7750695. OLE color: 7750695.

HSL color Cylindrical-coordinate representation of color #274476: hue angle of 217.97º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274476 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 68 118 -
CMYK 0.67 0.42 0 0.54
HSL 217.97º 0.5% 0.31% -
HSV(B) 217.97º 0.67% 0.46% -
XYZ 6.17 5.87 17.95 -
YUV 65.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 39 68 118 0.67 0.42 0 0.54 217.97 0.5 0.31
Hex 27 44 76 43 2A 0 36 DA 32 1F
Octal 47 104 166 103 52 0 66 332 62 37
Binary 100111 1000100 1110110 1000011 101010 0 110110 11011010 110010 11111

Color Harmonies of #274476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274476

Black with #274476

Text Example


Text Example

White with #274476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274476; }

 p { color: rgb(39,68,118); }

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

background-color css

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

 a { background-color: rgb(39,68,118); }

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

border-color css

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

 span { border-color: rgb(39,68,118); }

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