Html Css Color HEX #307297 Lochmara

📋 copy color: '#307297'

red 48 ◦ green 114 ◦ blue 151

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

Shades of Lochmara #307297

Tints of Lochmara #307297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 15.34%
G = 36.42%
B = 48.24%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#307297 (or 0x307297) is known color: Lochmara. HEX triplet: 30, 72 and 97. RGB value is (48,114,151). Sum of RGB (Red+Green+Blue) = 48+114+151=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #307297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307297 is #CF8D68. Grayscale: #626262. Windows color (decimal): -13602153 or 9925168. OLE color: 9925168.

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

Color convert

RGB 48 114 151 -
CMYK 0.68 0.25 0 0.41
HSL 201.55º 0.52% 0.39% -
HSV(B) 201.55º 0.68% 0.59% -
XYZ 12.82 14.9 31.48 -
YUV 98.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 48 114 151 0.68 0.25 0 0.41 201.55 0.52 0.39
Hex 30 72 97 44 19 0 29 CA 34 27
Octal 60 162 227 104 31 0 51 312 64 47
Binary 110000 1110010 10010111 1000100 11001 0 101001 11001010 110100 100111

Color Harmonies of #307297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307297

Black with #307297

Text Example


Text Example

White with #307297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307297; }

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

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

background-color css

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

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

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

border-color css

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

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

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