Html Css Color HEX #30699C Lochmara

📋 copy color: '#30699C'

red 48 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #30699C

Tints of Lochmara #30699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 15.53%
G = 33.98%
B = 50.49%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30699C (or 0x30699C) is known color: Lochmara. HEX triplet: 30, 69 and 9C. RGB value is (48,105,156). Sum of RGB (Red+Green+Blue) = 48+105+156=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #30699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30699C is #CF9663. Grayscale: #5D5D5D. Windows color (decimal): -13604452 or 10250544. OLE color: 10250544.

HSL color Cylindrical-coordinate representation of color #30699C: hue angle of 208.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30699C is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 105 156 -
CMYK 0.69 0.33 0 0.39
HSL 208.33º 0.53% 0.4% -
HSV(B) 208.33º 0.69% 0.61% -
XYZ 12.27 13.13 33.34 -
YUV 93.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 48 105 156 0.69 0.33 0 0.39 208.33 0.53 0.4
Hex 30 69 9C 45 21 0 27 D0 35 28
Octal 60 151 234 105 41 0 47 320 65 50
Binary 110000 1101001 10011100 1000101 100001 0 100111 11010000 110101 101000

Color Harmonies of #30699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30699C

Black with #30699C

Text Example


Text Example

White with #30699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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