Html Css Color HEX #307A9F Lochmara

📋 copy color: '#307A9F'

red 48 ◦ green 122 ◦ blue 159

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

Shades of Lochmara #307A9F

Tints of Lochmara #307A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 14.59%
G = 37.08%
B = 48.33%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#307A9F (or 0x307A9F) is known color: Lochmara. HEX triplet: 30, 7A and 9F. RGB value is (48,122,159). Sum of RGB (Red+Green+Blue) = 48+122+159=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #307A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A9F is #CF8560. Grayscale: #676767. Windows color (decimal): -13600097 or 10451504. OLE color: 10451504.

HSL color Cylindrical-coordinate representation of color #307A9F: hue angle of 200º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #307A9F is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 122 159 -
CMYK 0.70 0.23 0 0.38
HSL 200º 0.54% 0.41% -
HSV(B) 200º 0.7% 0.62% -
XYZ 14.44 17.05 35.33 -
YUV 104.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 48 122 159 0.70 0.23 0 0.38 200 0.54 0.41
Hex 30 7A 9F 46 17 0 26 C8 36 29
Octal 60 172 237 106 27 0 46 310 66 51
Binary 110000 1111010 10011111 1000110 10111 0 100110 11001000 110110 101001

Color Harmonies of #307A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A9F

Black with #307A9F

Text Example


Text Example

White with #307A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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