Html Css Color HEX #307698 Lochmara

📋 copy color: '#307698'

red 48 ◦ green 118 ◦ blue 152

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

Shades of Lochmara #307698

Tints of Lochmara #307698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 15.09%
G = 37.11%
B = 47.8%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#307698 (or 0x307698) is known color: Lochmara. HEX triplet: 30, 76 and 98. RGB value is (48,118,152). Sum of RGB (Red+Green+Blue) = 48+118+152=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #307698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307698 is #CF8967. Grayscale: #646464. Windows color (decimal): -13601128 or 9991728. OLE color: 9991728.

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

Color convert

RGB 48 118 152 -
CMYK 0.68 0.22 0 0.40
HSL 199.62º 0.52% 0.39% -
HSV(B) 199.62º 0.68% 0.6% -
XYZ 13.36 15.85 32.06 -
YUV 100.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 48 118 152 0.68 0.22 0 0.40 199.62 0.52 0.39
Hex 30 76 98 44 16 0 28 C8 34 27
Octal 60 166 230 104 26 0 50 310 64 47
Binary 110000 1110110 10011000 1000100 10110 0 101000 11001000 110100 100111

Color Harmonies of #307698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307698

Black with #307698

Text Example


Text Example

White with #307698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307698; }

 p { color: rgb(48,118,152); }

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

background-color css

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

 a { background-color: rgb(48,118,152); }

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

border-color css

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

 span { border-color: rgb(48,118,152); }

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