Html Css Color HEX #30689D Lochmara

📋 copy color: '#30689D'

red 48 ◦ green 104 ◦ blue 157

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

Shades of Lochmara #30689D

Tints of Lochmara #30689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 15.53%
G = 33.66%
B = 50.81%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30689D (or 0x30689D) is known color: Lochmara. HEX triplet: 30, 68 and 9D. RGB value is (48,104,157). Sum of RGB (Red+Green+Blue) = 48+104+157=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #30689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30689D is #CF9762. Grayscale: #5D5D5D. Windows color (decimal): -13604707 or 10315824. OLE color: 10315824.

HSL color Cylindrical-coordinate representation of color #30689D: hue angle of 209.17º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30689D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 104 157 -
CMYK 0.69 0.34 0 0.38
HSL 209.17º 0.53% 0.4% -
HSV(B) 209.17º 0.69% 0.62% -
XYZ 12.26 12.96 33.75 -
YUV 93.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 48 104 157 0.69 0.34 0 0.38 209.17 0.53 0.4
Hex 30 68 9D 45 22 0 26 D1 35 28
Octal 60 150 235 105 42 0 46 321 65 50
Binary 110000 1101000 10011101 1000101 100010 0 100110 11010001 110101 101000

Color Harmonies of #30689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30689D

Black with #30689D

Text Example


Text Example

White with #30689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30689D; }

 p { color: rgb(48,104,157); }

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

background-color css

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

 a { background-color: rgb(48,104,157); }

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

border-color css

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

 span { border-color: rgb(48,104,157); }

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