Html Css Color HEX #306597 Lochmara

📋 copy color: '#306597'

red 48 ◦ green 101 ◦ blue 151

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

Shades of Lochmara #306597

Tints of Lochmara #306597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 16%
G = 33.67%
B = 50.33%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#306597 (or 0x306597) is known color: Lochmara. HEX triplet: 30, 65 and 97. RGB value is (48,101,151). Sum of RGB (Red+Green+Blue) = 48+101+151=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #306597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306597 is #CF9A68. Grayscale: #5A5A5A. Windows color (decimal): -13605481 or 9921840. OLE color: 9921840.

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

Color convert

RGB 48 101 151 -
CMYK 0.68 0.33 0 0.41
HSL 209.13º 0.52% 0.39% -
HSV(B) 209.13º 0.68% 0.59% -
XYZ 11.46 12.17 31.02 -
YUV 90.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 48 101 151 0.68 0.33 0 0.41 209.13 0.52 0.39
Hex 30 65 97 44 21 0 29 D1 34 27
Octal 60 145 227 104 41 0 51 321 64 47
Binary 110000 1100101 10010111 1000100 100001 0 101001 11010001 110100 100111

Color Harmonies of #306597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306597

Black with #306597

Text Example


Text Example

White with #306597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306597; }

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

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

background-color css

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

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

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

border-color css

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

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

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