Html Css Color HEX #307498 Lochmara

📋 copy color: '#307498'

red 48 ◦ green 116 ◦ blue 152

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

Shades of Lochmara #307498

Tints of Lochmara #307498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 15.19%
G = 36.71%
B = 48.1%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#307498 (or 0x307498) is known color: Lochmara. HEX triplet: 30, 74 and 98. RGB value is (48,116,152). Sum of RGB (Red+Green+Blue) = 48+116+152=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #307498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307498 is #CF8B67. Grayscale: #636363. Windows color (decimal): -13601640 or 9991216. OLE color: 9991216.

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

Color convert

RGB 48 116 152 -
CMYK 0.68 0.24 0 0.40
HSL 200.77º 0.52% 0.39% -
HSV(B) 200.77º 0.68% 0.6% -
XYZ 13.13 15.39 31.98 -
YUV 99.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 48 116 152 0.68 0.24 0 0.40 200.77 0.52 0.39
Hex 30 74 98 44 18 0 28 C9 34 27
Octal 60 164 230 104 30 0 50 311 64 47
Binary 110000 1110100 10011000 1000100 11000 0 101000 11001001 110100 100111

Color Harmonies of #307498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307498

Black with #307498

Text Example


Text Example

White with #307498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307498; }

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

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

background-color css

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

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

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

border-color css

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

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

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