Html Css Color HEX #30799B Lochmara

📋 copy color: '#30799B'

red 48 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #30799B

Tints of Lochmara #30799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 14.81%
G = 37.35%
B = 47.84%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30799B (or 0x30799B) is known color: Lochmara. HEX triplet: 30, 79 and 9B. RGB value is (48,121,155). Sum of RGB (Red+Green+Blue) = 48+121+155=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #30799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799B is #CF8664. Grayscale: #666666. Windows color (decimal): -13600357 or 10189104. OLE color: 10189104.

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

Color convert

RGB 48 121 155 -
CMYK 0.69 0.22 0 0.39
HSL 199.07º 0.53% 0.4% -
HSV(B) 199.07º 0.69% 0.61% -
XYZ 13.97 16.67 33.49 -
YUV 103.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 48 121 155 0.69 0.22 0 0.39 199.07 0.53 0.4
Hex 30 79 9B 45 16 0 27 C7 35 28
Octal 60 171 233 105 26 0 47 307 65 50
Binary 110000 1111001 10011011 1000101 10110 0 100111 11000111 110101 101000

Color Harmonies of #30799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30799B

Black with #30799B

Text Example


Text Example

White with #30799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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