Html Css Color HEX #30759D Lochmara

📋 copy color: '#30759D'

red 48 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #30759D

Tints of Lochmara #30759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 14.91%
G = 36.34%
B = 48.76%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30759D (or 0x30759D) is known color: Lochmara. HEX triplet: 30, 75 and 9D. RGB value is (48,117,157). Sum of RGB (Red+Green+Blue) = 48+117+157=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #30759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30759D is #CF8A62. Grayscale: #646464. Windows color (decimal): -13601379 or 10319152. OLE color: 10319152.

HSL color Cylindrical-coordinate representation of color #30759D: hue angle of 202.02º 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 #30759D is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 117 157 -
CMYK 0.69 0.25 0 0.38
HSL 202.02º 0.53% 0.4% -
HSV(B) 202.02º 0.69% 0.62% -
XYZ 13.67 15.79 34.22 -
YUV 100.93 159.64 90.25 -
System Red Green Blue C M Y K H S L
Decimal 48 117 157 0.69 0.25 0 0.38 202.02 0.53 0.4
Hex 30 75 9D 45 19 0 26 CA 35 28
Octal 60 165 235 105 31 0 46 312 65 50
Binary 110000 1110101 10011101 1000101 11001 0 100110 11001010 110101 101000

Color Harmonies of #30759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30759D

Black with #30759D

Text Example


Text Example

White with #30759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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