Html Css Color HEX #30659E Lochmara

📋 copy color: '#30659E'

red 48 ◦ green 101 ◦ blue 158

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

Shades of Lochmara #30659E

Tints of Lochmara #30659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 158 (62.11% from 255) = 51.47%

R = 15.64%
G = 32.9%
B = 51.47%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30659E (or 0x30659E) is known color: Lochmara. HEX triplet: 30, 65 and 9E. RGB value is (48,101,158). Sum of RGB (Red+Green+Blue) = 48+101+158=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #30659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30659E is #CF9A61. Grayscale: #5B5B5B. Windows color (decimal): -13605474 or 10380592. OLE color: 10380592.

HSL color Cylindrical-coordinate representation of color #30659E: hue angle of 211.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30659E is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 101 158 -
CMYK 0.70 0.36 0 0.38
HSL 211.09º 0.53% 0.4% -
HSV(B) 211.09º 0.7% 0.62% -
XYZ 12.04 12.4 34.11 -
YUV 91.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 48 101 158 0.70 0.36 0 0.38 211.09 0.53 0.4
Hex 30 65 9E 46 24 0 26 D3 35 28
Octal 60 145 236 106 44 0 46 323 65 50
Binary 110000 1100101 10011110 1000110 100100 0 100110 11010011 110101 101000

Color Harmonies of #30659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30659E

Black with #30659E

Text Example


Text Example

White with #30659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30659E; }

 p { color: rgb(48,101,158); }

 H1.HeaderClassName
 {
   color: #30659E;
 }
 .AnyTagClassName
 {
   color: #30659E;
 }
</style>

background-color css

<style>
 a { background-color: #30659E; }

 a { background-color: rgb(48,101,158); }

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

border-color css

<style>
 span { border-color: #30659E; }

 span { border-color: rgb(48,101,158); }

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