Html Css Color HEX #274376 Resolution Blue

📋 copy color: '#274376'

red 39 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #274376

Tints of Resolution Blue #274376

RGB

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

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

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

R = 17.41%
G = 29.91%
B = 52.68%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#274376 (or 0x274376) is known color: Resolution Blue. HEX triplet: 27, 43 and 76. RGB value is (39,67,118). Sum of RGB (Red+Green+Blue) = 39+67+118=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #274376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274376 is #D8BC89. Grayscale: #404040. Windows color (decimal): -14204042 or 7750439. OLE color: 7750439.

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

Color convert

RGB 39 67 118 -
CMYK 0.67 0.43 0 0.54
HSL 218.73º 0.5% 0.31% -
HSV(B) 218.73º 0.67% 0.46% -
XYZ 6.11 5.75 17.93 -
YUV 64.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 39 67 118 0.67 0.43 0 0.54 218.73 0.5 0.31
Hex 27 43 76 43 2B 0 36 DB 32 1F
Octal 47 103 166 103 53 0 66 333 62 37
Binary 100111 1000011 1110110 1000011 101011 0 110110 11011011 110010 11111

Color Harmonies of #274376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274376

Black with #274376

Text Example


Text Example

White with #274376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274376; }

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

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

background-color css

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

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

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

border-color css

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

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

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