Html Css Color HEX #306998 Lochmara

📋 copy color: '#306998'

red 48 ◦ green 105 ◦ blue 152

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

Shades of Lochmara #306998

Tints of Lochmara #306998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

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

R = 15.74%
G = 34.43%
B = 49.84%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#306998 (or 0x306998) is known color: Lochmara. HEX triplet: 30, 69 and 98. RGB value is (48,105,152). Sum of RGB (Red+Green+Blue) = 48+105+152=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #306998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306998 is #CF9667. Grayscale: #5D5D5D. Windows color (decimal): -13604456 or 9988400. OLE color: 9988400.

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

Color convert

RGB 48 105 152 -
CMYK 0.68 0.31 0 0.40
HSL 207.12º 0.52% 0.39% -
HSV(B) 207.12º 0.68% 0.6% -
XYZ 11.94 13 31.59 -
YUV 93.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 48 105 152 0.68 0.31 0 0.40 207.12 0.52 0.39
Hex 30 69 98 44 1F 0 28 CF 34 27
Octal 60 151 230 104 37 0 50 317 64 47
Binary 110000 1101001 10011000 1000100 11111 0 101000 11001111 110100 100111

Color Harmonies of #306998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306998

Black with #306998

Text Example


Text Example

White with #306998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306998; }

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

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

background-color css

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

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

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

border-color css

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

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

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