Html Css Color HEX #30609B Lochmara

📋 copy color: '#30609B'

red 48 ◦ green 96 ◦ blue 155

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

Shades of Lochmara #30609B

Tints of Lochmara #30609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

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

R = 16.05%
G = 32.11%
B = 51.84%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30609B (or 0x30609B) is known color: Lochmara. HEX triplet: 30, 60 and 9B. RGB value is (48,96,155). Sum of RGB (Red+Green+Blue) = 48+96+155=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #30609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30609B is #CF9F64. Grayscale: #585858. Windows color (decimal): -13606757 or 10182704. OLE color: 10182704.

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

Color convert

RGB 48 96 155 -
CMYK 0.69 0.38 0 0.39
HSL 213.08º 0.53% 0.4% -
HSV(B) 213.08º 0.69% 0.61% -
XYZ 11.32 11.36 32.61 -
YUV 88.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 48 96 155 0.69 0.38 0 0.39 213.08 0.53 0.4
Hex 30 60 9B 45 26 0 27 D5 35 28
Octal 60 140 233 105 46 0 47 325 65 50
Binary 110000 1100000 10011011 1000101 100110 0 100111 11010101 110101 101000

Color Harmonies of #30609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30609B

Black with #30609B

Text Example


Text Example

White with #30609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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