Html Css Color HEX #3063AD Lochmara

📋 copy color: '#3063AD'

red 48 ◦ green 99 ◦ blue 173

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

Shades of Lochmara #3063AD

Tints of Lochmara #3063AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.06%

R = 15%
G = 30.94%
B = 54.06%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3063AD (or 0x3063AD) is known color: Lochmara. HEX triplet: 30, 63 and AD. RGB value is (48,99,173). Sum of RGB (Red+Green+Blue) = 48+99+173=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #3063AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3063AD is #CF9C52. Grayscale: #5B5B5B. Windows color (decimal): -13605971 or 11363120. OLE color: 11363120.

HSL color Cylindrical-coordinate representation of color #3063AD: hue angle of 215.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3063AD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 99 173 -
CMYK 0.72 0.43 0 0.32
HSL 215.52º 0.57% 0.43% -
HSV(B) 215.52º 0.72% 0.68% -
XYZ 13.22 12.57 41.26 -
YUV 92.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 48 99 173 0.72 0.43 0 0.32 215.52 0.57 0.43
Hex 30 63 AD 48 2B 0 20 D8 39 2B
Octal 60 143 255 110 53 0 40 330 71 53
Binary 110000 1100011 10101101 1001000 101011 0 100000 11011000 111001 101011

Color Harmonies of #3063AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063AD

Black with #3063AD

Text Example


Text Example

White with #3063AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3063AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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