Html Css Color HEX #307296 Lochmara

📋 copy color: '#307296'

red 48 ◦ green 114 ◦ blue 150

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

Shades of Lochmara #307296

Tints of Lochmara #307296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 15.38%
G = 36.54%
B = 48.08%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#307296 (or 0x307296) is known color: Lochmara. HEX triplet: 30, 72 and 96. RGB value is (48,114,150). Sum of RGB (Red+Green+Blue) = 48+114+150=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #307296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307296 is #CF8D69. Grayscale: #626262. Windows color (decimal): -13602154 or 9859632. OLE color: 9859632.

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

Color convert

RGB 48 114 150 -
CMYK 0.68 0.24 0 0.41
HSL 201.18º 0.52% 0.39% -
HSV(B) 201.18º 0.68% 0.59% -
XYZ 12.74 14.87 31.05 -
YUV 98.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 48 114 150 0.68 0.24 0 0.41 201.18 0.52 0.39
Hex 30 72 96 44 18 0 29 C9 34 27
Octal 60 162 226 104 30 0 51 311 64 47
Binary 110000 1110010 10010110 1000100 11000 0 101001 11001001 110100 100111

Color Harmonies of #307296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307296

Black with #307296

Text Example


Text Example

White with #307296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307296; }

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

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

background-color css

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

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

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

border-color css

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

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

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