Html Css Color HEX #306992 Lochmara

📋 copy color: '#306992'

red 48 ◦ green 105 ◦ blue 146

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

Shades of Lochmara #306992

Tints of Lochmara #306992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 16.05%
G = 35.12%
B = 48.83%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306992 (or 0x306992) is known color: Lochmara. HEX triplet: 30, 69 and 92. RGB value is (48,105,146). Sum of RGB (Red+Green+Blue) = 48+105+146=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #306992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306992 is #CF966D. Grayscale: #5C5C5C. Windows color (decimal): -13604462 or 9595184. OLE color: 9595184.

HSL color Cylindrical-coordinate representation of color #306992: hue angle of 205.1º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306992 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 105 146 -
CMYK 0.67 0.28 0 0.43
HSL 205.1º 0.51% 0.38% -
HSV(B) 205.1º 0.67% 0.57% -
XYZ 11.46 12.81 29.06 -
YUV 92.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 48 105 146 0.67 0.28 0 0.43 205.1 0.51 0.38
Hex 30 69 92 43 1C 0 2B CD 33 26
Octal 60 151 222 103 34 0 53 315 63 46
Binary 110000 1101001 10010010 1000011 11100 0 101011 11001101 110011 100110

Color Harmonies of #306992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306992

Black with #306992

Text Example


Text Example

White with #306992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306992; }

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

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

background-color css

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

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

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

border-color css

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

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

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