Html Css Color HEX #307AAE Lochmara

📋 copy color: '#307AAE'

red 48 ◦ green 122 ◦ blue 174

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

Shades of Lochmara #307AAE

Tints of Lochmara #307AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 13.95%
G = 35.47%
B = 50.58%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#307AAE (or 0x307AAE) is known color: Lochmara. HEX triplet: 30, 7A and AE. RGB value is (48,122,174). Sum of RGB (Red+Green+Blue) = 48+122+174=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #307AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAE is #CF8551. Grayscale: #696969. Windows color (decimal): -13600082 or 11434544. OLE color: 11434544.

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

Color convert

RGB 48 122 174 -
CMYK 0.72 0.30 0 0.32
HSL 204.76º 0.57% 0.44% -
HSV(B) 204.76º 0.72% 0.68% -
XYZ 15.82 17.6 42.61 -
YUV 105.8 166.48 86.77 -
System Red Green Blue C M Y K H S L
Decimal 48 122 174 0.72 0.30 0 0.32 204.76 0.57 0.44
Hex 30 7A AE 48 1E 0 20 CD 39 2C
Octal 60 172 256 110 36 0 40 315 71 54
Binary 110000 1111010 10101110 1001000 11110 0 100000 11001101 111001 101100

Color Harmonies of #307AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307AAE

Black with #307AAE

Text Example


Text Example

White with #307AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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