Html Css Color HEX #30619B Lochmara

📋 copy color: '#30619B'

red 48 ◦ green 97 ◦ blue 155

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

Shades of Lochmara #30619B

Tints of Lochmara #30619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 16%
G = 32.33%
B = 51.67%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30619B (or 0x30619B) is known color: Lochmara. HEX triplet: 30, 61 and 9B. RGB value is (48,97,155). Sum of RGB (Red+Green+Blue) = 48+97+155=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #30619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30619B is #CF9E64. Grayscale: #585858. Windows color (decimal): -13606501 or 10182960. OLE color: 10182960.

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

Color convert

RGB 48 97 155 -
CMYK 0.69 0.37 0 0.39
HSL 212.52º 0.53% 0.4% -
HSV(B) 212.52º 0.69% 0.61% -
XYZ 11.41 11.54 32.64 -
YUV 88.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 48 97 155 0.69 0.37 0 0.39 212.52 0.53 0.4
Hex 30 61 9B 45 25 0 27 D5 35 28
Octal 60 141 233 105 45 0 47 325 65 50
Binary 110000 1100001 10011011 1000101 100101 0 100111 11010101 110101 101000

Color Harmonies of #30619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30619B

Black with #30619B

Text Example


Text Example

White with #30619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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