Html Css Color HEX #306599 Lochmara

📋 copy color: '#306599'

red 48 ◦ green 101 ◦ blue 153

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

Shades of Lochmara #306599

Tints of Lochmara #306599

RGB

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

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

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

R = 15.89%
G = 33.44%
B = 50.66%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306599 (or 0x306599) is known color: Lochmara. HEX triplet: 30, 65 and 99. RGB value is (48,101,153). Sum of RGB (Red+Green+Blue) = 48+101+153=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #306599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306599 is #CF9A66. Grayscale: #5A5A5A. Windows color (decimal): -13605479 or 10052912. OLE color: 10052912.

HSL color Cylindrical-coordinate representation of color #306599: hue angle of 209.71º 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 #306599 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 101 153 -
CMYK 0.69 0.34 0 0.4
HSL 209.71º 0.52% 0.39% -
HSV(B) 209.71º 0.69% 0.6% -
XYZ 11.62 12.24 31.89 -
YUV 91.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 48 101 153 0.69 0.34 0 0.4 209.71 0.52 0.39
Hex 30 65 99 45 22 0 28 D2 34 27
Octal 60 145 231 105 42 0 50 322 64 47
Binary 110000 1100101 10011001 1000101 100010 0 101000 11010010 110100 100111

Color Harmonies of #306599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306599

Black with #306599

Text Example


Text Example

White with #306599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306599; }

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

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

background-color css

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

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

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

border-color css

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

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

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