Html Css Color HEX #306FA0 Lochmara

📋 copy color: '#306FA0'

red 48 ◦ green 111 ◦ blue 160

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

Shades of Lochmara #306FA0

Tints of Lochmara #306FA0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 15.05%
G = 34.8%
B = 50.16%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#306FA0 (or 0x306FA0) is known color: Lochmara. HEX triplet: 30, 6F and A0. RGB value is (48,111,160). Sum of RGB (Red+Green+Blue) = 48+111+160=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #306FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306FA0 is #CF905F. Grayscale: #616161. Windows color (decimal): -13602912 or 10514224. OLE color: 10514224.

HSL color Cylindrical-coordinate representation of color #306FA0: hue angle of 206.25º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #306FA0 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 111 160 -
CMYK 0.70 0.31 0 0.37
HSL 206.25º 0.54% 0.41% -
HSV(B) 206.25º 0.7% 0.63% -
XYZ 13.25 14.54 35.37 -
YUV 97.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 48 111 160 0.70 0.31 0 0.37 206.25 0.54 0.41
Hex 30 6F A0 46 1F 0 25 CE 36 29
Octal 60 157 240 106 37 0 45 316 66 51
Binary 110000 1101111 10100000 1000110 11111 0 100101 11001110 110110 101001

Color Harmonies of #306FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FA0

Black with #306FA0

Text Example


Text Example

White with #306FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306FA0; }

 p { color: rgb(48,111,160); }

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

background-color css

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

 a { background-color: rgb(48,111,160); }

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

border-color css

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

 span { border-color: rgb(48,111,160); }

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