Html Css Color HEX #307199 Lochmara

📋 copy color: '#307199'

red 48 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #307199

Tints of Lochmara #307199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 15.29%
G = 35.99%
B = 48.73%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#307199 (or 0x307199) is known color: Lochmara. HEX triplet: 30, 71 and 99. RGB value is (48,113,153). Sum of RGB (Red+Green+Blue) = 48+113+153=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #307199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307199 is #CF8E66. Grayscale: #616161. Windows color (decimal): -13602407 or 10055984. OLE color: 10055984.

HSL color Cylindrical-coordinate representation of color #307199: hue angle of 202.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307199 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 113 153 -
CMYK 0.69 0.26 0 0.4
HSL 202.86º 0.52% 0.39% -
HSV(B) 202.86º 0.69% 0.6% -
XYZ 12.87 14.74 32.3 -
YUV 98.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 48 113 153 0.69 0.26 0 0.4 202.86 0.52 0.39
Hex 30 71 99 45 1A 0 28 CB 34 27
Octal 60 161 231 105 32 0 50 313 64 47
Binary 110000 1110001 10011001 1000101 11010 0 101000 11001011 110100 100111

Color Harmonies of #307199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307199

Black with #307199

Text Example


Text Example

White with #307199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307199; }

 p { color: rgb(48,113,153); }

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

background-color css

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

 a { background-color: rgb(48,113,153); }

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

border-color css

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

 span { border-color: rgb(48,113,153); }

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