Html Css Color HEX #30659C Lochmara

📋 copy color: '#30659C'

red 48 ◦ green 101 ◦ blue 156

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

Shades of Lochmara #30659C

Tints of Lochmara #30659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 15.74%
G = 33.11%
B = 51.15%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30659C (or 0x30659C) is known color: Lochmara. HEX triplet: 30, 65 and 9C. RGB value is (48,101,156). Sum of RGB (Red+Green+Blue) = 48+101+156=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #30659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30659C is #CF9A63. Grayscale: #5B5B5B. Windows color (decimal): -13605476 or 10249520. OLE color: 10249520.

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

Color convert

RGB 48 101 156 -
CMYK 0.69 0.35 0 0.39
HSL 210.56º 0.53% 0.4% -
HSV(B) 210.56º 0.69% 0.61% -
XYZ 11.87 12.34 33.21 -
YUV 91.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 48 101 156 0.69 0.35 0 0.39 210.56 0.53 0.4
Hex 30 65 9C 45 23 0 27 D3 35 28
Octal 60 145 234 105 43 0 47 323 65 50
Binary 110000 1100101 10011100 1000101 100011 0 100111 11010011 110101 101000

Color Harmonies of #30659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30659C

Black with #30659C

Text Example


Text Example

White with #30659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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