Html Css Color HEX #306C94 Lochmara

📋 copy color: '#306C94'

red 48 ◦ green 108 ◦ blue 148

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

Shades of Lochmara #306C94

Tints of Lochmara #306C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 15.79%
G = 35.53%
B = 48.68%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306C94 (or 0x306C94) is known color: Lochmara. HEX triplet: 30, 6C and 94. RGB value is (48,108,148). Sum of RGB (Red+Green+Blue) = 48+108+148=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #306C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C94 is #CF936B. Grayscale: #5E5E5E. Windows color (decimal): -13603692 or 9727024. OLE color: 9727024.

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

Color convert

RGB 48 108 148 -
CMYK 0.68 0.27 0 0.42
HSL 204º 0.51% 0.38% -
HSV(B) 204º 0.68% 0.58% -
XYZ 11.93 13.49 29.99 -
YUV 94.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 48 108 148 0.68 0.27 0 0.42 204 0.51 0.38
Hex 30 6C 94 44 1B 0 2A CC 33 26
Octal 60 154 224 104 33 0 52 314 63 46
Binary 110000 1101100 10010100 1000100 11011 0 101010 11001100 110011 100110

Color Harmonies of #306C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C94

Black with #306C94

Text Example


Text Example

White with #306C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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