Html Css Color HEX #307AAB Lochmara

📋 copy color: '#307AAB'

red 48 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #307AAB

Tints of Lochmara #307AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.15%

R = 14.08%
G = 35.78%
B = 50.15%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#307AAB (or 0x307AAB) is known color: Lochmara. HEX triplet: 30, 7A and AB. RGB value is (48,122,171). Sum of RGB (Red+Green+Blue) = 48+122+171=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #307AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAB is #CF8554. Grayscale: #696969. Windows color (decimal): -13600085 or 11237936. OLE color: 11237936.

HSL color Cylindrical-coordinate representation of color #307AAB: hue angle of 203.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307AAB is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 122 171 -
CMYK 0.72 0.29 0 0.33
HSL 203.9º 0.56% 0.43% -
HSV(B) 203.9º 0.72% 0.67% -
XYZ 15.53 17.49 41.09 -
YUV 105.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 48 122 171 0.72 0.29 0 0.33 203.9 0.56 0.43
Hex 30 7A AB 48 1D 0 21 CC 38 2B
Octal 60 172 253 110 35 0 41 314 70 53
Binary 110000 1111010 10101011 1001000 11101 0 100001 11001100 111000 101011

Color Harmonies of #307AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307AAB

Black with #307AAB

Text Example


Text Example

White with #307AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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