Html Css Color HEX #306399 Lochmara

📋 copy color: '#306399'

red 48 ◦ green 99 ◦ blue 153

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

Shades of Lochmara #306399

Tints of Lochmara #306399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 16%
G = 33%
B = 51%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#306399 (or 0x306399) is known color: Lochmara. HEX triplet: 30, 63 and 99. RGB value is (48,99,153). Sum of RGB (Red+Green+Blue) = 48+99+153=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #306399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306399 is #CF9C66. Grayscale: #595959. Windows color (decimal): -13605991 or 10052400. OLE color: 10052400.

HSL color Cylindrical-coordinate representation of color #306399: hue angle of 210.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306399 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 99 153 -
CMYK 0.69 0.35 0 0.4
HSL 210.86º 0.52% 0.39% -
HSV(B) 210.86º 0.69% 0.6% -
XYZ 11.43 11.85 31.82 -
YUV 89.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 48 99 153 0.69 0.35 0 0.4 210.86 0.52 0.39
Hex 30 63 99 45 23 0 28 D3 34 27
Octal 60 143 231 105 43 0 50 323 64 47
Binary 110000 1100011 10011001 1000101 100011 0 101000 11010011 110100 100111

Color Harmonies of #306399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306399

Black with #306399

Text Example


Text Example

White with #306399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306399; }

 p { color: rgb(48,99,153); }

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

background-color css

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

 a { background-color: rgb(48,99,153); }

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

border-color css

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

 span { border-color: rgb(48,99,153); }

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