Html Css Color HEX #307398 Lochmara

📋 copy color: '#307398'

red 48 ◦ green 115 ◦ blue 152

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

Shades of Lochmara #307398

Tints of Lochmara #307398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 15.24%
G = 36.51%
B = 48.25%

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

#307398 (or 0x307398) is known color: Lochmara. HEX triplet: 30, 73 and 98. RGB value is (48,115,152). Sum of RGB (Red+Green+Blue) = 48+115+152=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #307398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307398 is #CF8C67. Grayscale: #626262. Windows color (decimal): -13601896 or 9990960. OLE color: 9990960.

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

Color convert

RGB 48 115 152 -
CMYK 0.68 0.24 0 0.40
HSL 201.35º 0.52% 0.39% -
HSV(B) 201.35º 0.68% 0.6% -
XYZ 13.02 15.16 31.95 -
YUV 99.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 48 115 152 0.68 0.24 0 0.40 201.35 0.52 0.39
Hex 30 73 98 44 18 0 28 C9 34 27
Octal 60 163 230 104 30 0 50 311 64 47
Binary 110000 1110011 10011000 1000100 11000 0 101000 11001001 110100 100111

Color Harmonies of #307398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307398

Black with #307398

Text Example


Text Example

White with #307398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307398; }

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

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

background-color css

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

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

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

border-color css

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

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

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