Html Css Color HEX #307496 Lochmara

📋 copy color: '#307496'

red 48 ◦ green 116 ◦ blue 150

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

Shades of Lochmara #307496

Tints of Lochmara #307496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

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

R = 15.29%
G = 36.94%
B = 47.77%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#307496 (or 0x307496) is known color: Lochmara. HEX triplet: 30, 74 and 96. RGB value is (48,116,150). Sum of RGB (Red+Green+Blue) = 48+116+150=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #307496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307496 is #CF8B69. Grayscale: #636363. Windows color (decimal): -13601642 or 9860144. OLE color: 9860144.

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

Color convert

RGB 48 116 150 -
CMYK 0.68 0.23 0 0.41
HSL 200º 0.52% 0.39% -
HSV(B) 200º 0.68% 0.59% -
XYZ 12.97 15.32 31.13 -
YUV 99.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 48 116 150 0.68 0.23 0 0.41 200 0.52 0.39
Hex 30 74 96 44 17 0 29 C8 34 27
Octal 60 164 226 104 27 0 51 310 64 47
Binary 110000 1110100 10010110 1000100 10111 0 101001 11001000 110100 100111

Color Harmonies of #307496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307496

Black with #307496

Text Example


Text Example

White with #307496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307496; }

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

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

background-color css

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

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

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

border-color css

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

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

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