Html Css Color HEX #277998 Lochmara

📋 copy color: '#277998'

red 39 ◦ green 121 ◦ blue 152

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

Shades of Lochmara #277998

Tints of Lochmara #277998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 12.5%
G = 38.78%
B = 48.72%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#277998 (or 0x277998) is known color: Lochmara. HEX triplet: 27, 79 and 98. RGB value is (39,121,152). Sum of RGB (Red+Green+Blue) = 39+121+152=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #277998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277998 is #D88667. Grayscale: #636363. Windows color (decimal): -14190184 or 9992487. OLE color: 9992487.

HSL color Cylindrical-coordinate representation of color #277998: hue angle of 196.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277998 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 121 152 -
CMYK 0.74 0.20 0 0.40
HSL 196.46º 0.59% 0.37% -
HSV(B) 196.46º 0.74% 0.6% -
XYZ 13.34 16.37 32.16 -
YUV 100.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 39 121 152 0.74 0.20 0 0.40 196.46 0.59 0.37
Hex 27 79 98 4A 14 0 28 C4 3B 25
Octal 47 171 230 112 24 0 50 304 73 45
Binary 100111 1111001 10011000 1001010 10100 0 101000 11000100 111011 100101

Color Harmonies of #277998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277998

Black with #277998

Text Example


Text Example

White with #277998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277998; }

 p { color: rgb(39,121,152); }

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

background-color css

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

 a { background-color: rgb(39,121,152); }

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

border-color css

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

 span { border-color: rgb(39,121,152); }

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