Html Css Color HEX #306999 Lochmara

📋 copy color: '#306999'

red 48 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #306999

Tints of Lochmara #306999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 15.69%
G = 34.31%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306999 (or 0x306999) is known color: Lochmara. HEX triplet: 30, 69 and 99. RGB value is (48,105,153). Sum of RGB (Red+Green+Blue) = 48+105+153=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #306999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306999 is #CF9666. Grayscale: #5D5D5D. Windows color (decimal): -13604455 or 10053936. OLE color: 10053936.

HSL color Cylindrical-coordinate representation of color #306999: hue angle of 207.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306999 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 105 153 -
CMYK 0.69 0.31 0 0.4
HSL 207.43º 0.52% 0.39% -
HSV(B) 207.43º 0.69% 0.6% -
XYZ 12.02 13.03 32.02 -
YUV 93.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 48 105 153 0.69 0.31 0 0.4 207.43 0.52 0.39
Hex 30 69 99 45 1F 0 28 CF 34 27
Octal 60 151 231 105 37 0 50 317 64 47
Binary 110000 1101001 10011001 1000101 11111 0 101000 11001111 110100 100111

Color Harmonies of #306999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306999

Black with #306999

Text Example


Text Example

White with #306999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306999; }

 p { color: rgb(48,105,153); }

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

background-color css

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

 a { background-color: rgb(48,105,153); }

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

border-color css

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

 span { border-color: rgb(48,105,153); }

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