Html Css Color HEX #306499 Lochmara

📋 copy color: '#306499'

red 48 ◦ green 100 ◦ blue 153

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

Shades of Lochmara #306499

Tints of Lochmara #306499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 15.95%
G = 33.22%
B = 50.83%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306499 (or 0x306499) is known color: Lochmara. HEX triplet: 30, 64 and 99. RGB value is (48,100,153). Sum of RGB (Red+Green+Blue) = 48+100+153=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #306499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306499 is #CF9B66. Grayscale: #5A5A5A. Windows color (decimal): -13605735 or 10052656. OLE color: 10052656.

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

Color convert

RGB 48 100 153 -
CMYK 0.69 0.35 0 0.4
HSL 210.29º 0.52% 0.39% -
HSV(B) 210.29º 0.69% 0.6% -
XYZ 11.53 12.04 31.85 -
YUV 90.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 48 100 153 0.69 0.35 0 0.4 210.29 0.52 0.39
Hex 30 64 99 45 23 0 28 D2 34 27
Octal 60 144 231 105 43 0 50 322 64 47
Binary 110000 1100100 10011001 1000101 100011 0 101000 11010010 110100 100111

Color Harmonies of #306499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306499

Black with #306499

Text Example


Text Example

White with #306499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306499; }

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

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

background-color css

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

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

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

border-color css

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

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

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