Html Css Color HEX #307299 Lochmara

📋 copy color: '#307299'

red 48 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #307299

Tints of Lochmara #307299

RGB

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

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

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

R = 15.24%
G = 36.19%
B = 48.57%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#307299 (or 0x307299) is known color: Lochmara. HEX triplet: 30, 72 and 99. RGB value is (48,114,153). Sum of RGB (Red+Green+Blue) = 48+114+153=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #307299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307299 is #CF8D66. Grayscale: #626262. Windows color (decimal): -13602151 or 10056240. OLE color: 10056240.

HSL color Cylindrical-coordinate representation of color #307299: hue angle of 202.29º 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 #307299 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 114 153 -
CMYK 0.69 0.25 0 0.4
HSL 202.29º 0.52% 0.39% -
HSV(B) 202.29º 0.69% 0.6% -
XYZ 12.99 14.96 32.34 -
YUV 98.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 48 114 153 0.69 0.25 0 0.4 202.29 0.52 0.39
Hex 30 72 99 45 19 0 28 CA 34 27
Octal 60 162 231 105 31 0 50 312 64 47
Binary 110000 1110010 10011001 1000101 11001 0 101000 11001010 110100 100111

Color Harmonies of #307299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307299

Black with #307299

Text Example


Text Example

White with #307299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307299; }

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

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

background-color css

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

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

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

border-color css

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

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

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