Html Css Color HEX #30699B Lochmara

📋 copy color: '#30699B'

red 48 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #30699B

Tints of Lochmara #30699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 15.58%
G = 34.09%
B = 50.32%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30699B (or 0x30699B) is known color: Lochmara. HEX triplet: 30, 69 and 9B. RGB value is (48,105,155). Sum of RGB (Red+Green+Blue) = 48+105+155=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #30699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30699B is #CF9664. Grayscale: #5D5D5D. Windows color (decimal): -13604453 or 10185008. OLE color: 10185008.

HSL color Cylindrical-coordinate representation of color #30699B: hue angle of 208.04º 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 #30699B is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 105 155 -
CMYK 0.69 0.32 0 0.39
HSL 208.04º 0.53% 0.4% -
HSV(B) 208.04º 0.69% 0.61% -
XYZ 12.19 13.1 32.9 -
YUV 93.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 48 105 155 0.69 0.32 0 0.39 208.04 0.53 0.4
Hex 30 69 9B 45 20 0 27 D0 35 28
Octal 60 151 233 105 40 0 47 320 65 50
Binary 110000 1101001 10011011 1000101 100000 0 100111 11010000 110101 101000

Color Harmonies of #30699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30699B

Black with #30699B

Text Example


Text Example

White with #30699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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