Html Css Color HEX #307AAD Lochmara

📋 copy color: '#307AAD'

red 48 ◦ green 122 ◦ blue 173

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

Shades of Lochmara #307AAD

Tints of Lochmara #307AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

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

R = 13.99%
G = 35.57%
B = 50.44%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#307AAD (or 0x307AAD) is known color: Lochmara. HEX triplet: 30, 7A and AD. RGB value is (48,122,173). Sum of RGB (Red+Green+Blue) = 48+122+173=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #307AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAD is #CF8552. Grayscale: #696969. Windows color (decimal): -13600083 or 11369008. OLE color: 11369008.

HSL color Cylindrical-coordinate representation of color #307AAD: hue angle of 204.48º 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 #307AAD is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 122 173 -
CMYK 0.72 0.29 0 0.32
HSL 204.48º 0.57% 0.43% -
HSV(B) 204.48º 0.72% 0.68% -
XYZ 15.72 17.56 42.1 -
YUV 105.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 48 122 173 0.72 0.29 0 0.32 204.48 0.57 0.43
Hex 30 7A AD 48 1D 0 20 CC 39 2B
Octal 60 172 255 110 35 0 40 314 71 53
Binary 110000 1111010 10101101 1001000 11101 0 100000 11001100 111001 101011

Color Harmonies of #307AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307AAD

Black with #307AAD

Text Example


Text Example

White with #307AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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