Html Css Color HEX #306694 Lochmara

📋 copy color: '#306694'

red 48 ◦ green 102 ◦ blue 148

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

Shades of Lochmara #306694

Tints of Lochmara #306694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

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

R = 16.11%
G = 34.23%
B = 49.66%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306694 (or 0x306694) is known color: Lochmara. HEX triplet: 30, 66 and 94. RGB value is (48,102,148). Sum of RGB (Red+Green+Blue) = 48+102+148=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #306694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306694 is #CF996B. Grayscale: #5A5A5A. Windows color (decimal): -13605228 or 9725488. OLE color: 9725488.

HSL color Cylindrical-coordinate representation of color #306694: hue angle of 207.6º 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 #306694 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 102 148 -
CMYK 0.68 0.31 0 0.42
HSL 207.6º 0.51% 0.38% -
HSV(B) 207.6º 0.68% 0.58% -
XYZ 11.32 12.27 29.79 -
YUV 91.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 48 102 148 0.68 0.31 0 0.42 207.6 0.51 0.38
Hex 30 66 94 44 1F 0 2A D0 33 26
Octal 60 146 224 104 37 0 52 320 63 46
Binary 110000 1100110 10010100 1000100 11111 0 101010 11010000 110011 100110

Color Harmonies of #306694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306694

Black with #306694

Text Example


Text Example

White with #306694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306694; }

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

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

background-color css

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

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

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

border-color css

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

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

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