Html Css Color HEX #30659D Lochmara

📋 copy color: '#30659D'

red 48 ◦ green 101 ◦ blue 157

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

Shades of Lochmara #30659D

Tints of Lochmara #30659D

RGB

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

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

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

R = 15.69%
G = 33.01%
B = 51.31%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30659D (or 0x30659D) is known color: Lochmara. HEX triplet: 30, 65 and 9D. RGB value is (48,101,157). Sum of RGB (Red+Green+Blue) = 48+101+157=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #30659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30659D is #CF9A62. Grayscale: #5B5B5B. Windows color (decimal): -13605475 or 10315056. OLE color: 10315056.

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

Color convert

RGB 48 101 157 -
CMYK 0.69 0.36 0 0.38
HSL 210.83º 0.53% 0.4% -
HSV(B) 210.83º 0.69% 0.62% -
XYZ 11.96 12.37 33.66 -
YUV 91.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 48 101 157 0.69 0.36 0 0.38 210.83 0.53 0.4
Hex 30 65 9D 45 24 0 26 D3 35 28
Octal 60 145 235 105 44 0 46 323 65 50
Binary 110000 1100101 10011101 1000101 100100 0 100110 11010011 110101 101000

Color Harmonies of #30659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30659D

Black with #30659D

Text Example


Text Example

White with #30659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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