Html Css Color HEX #307497 Lochmara

📋 copy color: '#307497'

red 48 ◦ green 116 ◦ blue 151

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

Shades of Lochmara #307497

Tints of Lochmara #307497

RGB

 RED value IS 48 (19.14% from 255) = 15.24%

 GREEN value IS 116 (45.7% from 255) = 36.83%

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 15.24%
G = 36.83%
B = 47.94%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#307497 (or 0x307497) is known color: Lochmara. HEX triplet: 30, 74 and 97. RGB value is (48,116,151). Sum of RGB (Red+Green+Blue) = 48+116+151=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #307497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307497 is #CF8B68. Grayscale: #636363. Windows color (decimal): -13601641 or 9925680. OLE color: 9925680.

HSL color Cylindrical-coordinate representation of color #307497: hue angle of 200.39º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307497 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 116 151 -
CMYK 0.68 0.23 0 0.41
HSL 200.39º 0.52% 0.39% -
HSV(B) 200.39º 0.68% 0.59% -
XYZ 13.05 15.35 31.55 -
YUV 99.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 48 116 151 0.68 0.23 0 0.41 200.39 0.52 0.39
Hex 30 74 97 44 17 0 29 C8 34 27
Octal 60 164 227 104 27 0 51 310 64 47
Binary 110000 1110100 10010111 1000100 10111 0 101001 11001000 110100 100111

Color Harmonies of #307497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307497

Black with #307497

Text Example


Text Example

White with #307497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307497; }

 p { color: rgb(48,116,151); }

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

background-color css

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

 a { background-color: rgb(48,116,151); }

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

border-color css

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

 span { border-color: rgb(48,116,151); }

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