Html Css Color HEX #307097 Lochmara

📋 copy color: '#307097'

red 48 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #307097

Tints of Lochmara #307097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

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

R = 15.43%
G = 36.01%
B = 48.55%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#307097 (or 0x307097) is known color: Lochmara. HEX triplet: 30, 70 and 97. RGB value is (48,112,151). Sum of RGB (Red+Green+Blue) = 48+112+151=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #307097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307097 is #CF8F68. Grayscale: #616161. Windows color (decimal): -13602665 or 9924656. OLE color: 9924656.

HSL color Cylindrical-coordinate representation of color #307097: hue angle of 202.72º 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 #307097 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 112 151 -
CMYK 0.68 0.26 0 0.41
HSL 202.72º 0.52% 0.39% -
HSV(B) 202.72º 0.68% 0.59% -
XYZ 12.6 14.45 31.4 -
YUV 97.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 48 112 151 0.68 0.26 0 0.41 202.72 0.52 0.39
Hex 30 70 97 44 1A 0 29 CB 34 27
Octal 60 160 227 104 32 0 51 313 64 47
Binary 110000 1110000 10010111 1000100 11010 0 101001 11001011 110100 100111

Color Harmonies of #307097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307097

Black with #307097

Text Example


Text Example

White with #307097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307097; }

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

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

background-color css

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

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

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

border-color css

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

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

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