Html Css Color HEX #306C95 Lochmara

📋 copy color: '#306C95'

red 48 ◦ green 108 ◦ blue 149

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

Shades of Lochmara #306C95

Tints of Lochmara #306C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 15.74%
G = 35.41%
B = 48.85%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306C95 (or 0x306C95) is known color: Lochmara. HEX triplet: 30, 6C and 95. RGB value is (48,108,149). Sum of RGB (Red+Green+Blue) = 48+108+149=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #306C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C95 is #CF936A. Grayscale: #5E5E5E. Windows color (decimal): -13603691 or 9792560. OLE color: 9792560.

HSL color Cylindrical-coordinate representation of color #306C95: hue angle of 204.36º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306C95 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 108 149 -
CMYK 0.68 0.28 0 0.42
HSL 204.36º 0.51% 0.39% -
HSV(B) 204.36º 0.68% 0.58% -
XYZ 12.01 13.52 30.41 -
YUV 94.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 48 108 149 0.68 0.28 0 0.42 204.36 0.51 0.39
Hex 30 6C 95 44 1C 0 2A CC 33 27
Octal 60 154 225 104 34 0 52 314 63 47
Binary 110000 1101100 10010101 1000100 11100 0 101010 11001100 110011 100111

Color Harmonies of #306C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C95

Black with #306C95

Text Example


Text Example

White with #306C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306C95; }

 p { color: rgb(48,108,149); }

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

background-color css

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

 a { background-color: rgb(48,108,149); }

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

border-color css

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

 span { border-color: rgb(48,108,149); }

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