Html Css Color HEX #306396 Lochmara

📋 copy color: '#306396'

red 48 ◦ green 99 ◦ blue 150

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

Shades of Lochmara #306396

Tints of Lochmara #306396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 16.16%
G = 33.33%
B = 50.51%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#306396 (or 0x306396) is known color: Lochmara. HEX triplet: 30, 63 and 96. RGB value is (48,99,150). Sum of RGB (Red+Green+Blue) = 48+99+150=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #306396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306396 is #CF9C69. Grayscale: #595959. Windows color (decimal): -13605994 or 9855792. OLE color: 9855792.

HSL color Cylindrical-coordinate representation of color #306396: hue angle of 210º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306396 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 99 150 -
CMYK 0.68 0.34 0 0.41
HSL 210º 0.52% 0.39% -
HSV(B) 210º 0.68% 0.59% -
XYZ 11.19 11.75 30.53 -
YUV 89.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 48 99 150 0.68 0.34 0 0.41 210 0.52 0.39
Hex 30 63 96 44 22 0 29 D2 34 27
Octal 60 143 226 104 42 0 51 322 64 47
Binary 110000 1100011 10010110 1000100 100010 0 101001 11010010 110100 100111

Color Harmonies of #306396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306396

Black with #306396

Text Example


Text Example

White with #306396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306396; }

 p { color: rgb(48,99,150); }

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

background-color css

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

 a { background-color: rgb(48,99,150); }

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

border-color css

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

 span { border-color: rgb(48,99,150); }

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