Html Css Color HEX #307A9B Lochmara

📋 copy color: '#307A9B'

red 48 ◦ green 122 ◦ blue 155

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

Shades of Lochmara #307A9B

Tints of Lochmara #307A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 14.77%
G = 37.54%
B = 47.69%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#307A9B (or 0x307A9B) is known color: Lochmara. HEX triplet: 30, 7A and 9B. RGB value is (48,122,155). Sum of RGB (Red+Green+Blue) = 48+122+155=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #307A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A9B is #CF8564. Grayscale: #676767. Windows color (decimal): -13600101 or 10189360. OLE color: 10189360.

HSL color Cylindrical-coordinate representation of color #307A9B: hue angle of 198.5º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307A9B is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 122 155 -
CMYK 0.69 0.21 0 0.39
HSL 198.5º 0.53% 0.4% -
HSV(B) 198.5º 0.69% 0.61% -
XYZ 14.09 16.91 33.53 -
YUV 103.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 48 122 155 0.69 0.21 0 0.39 198.5 0.53 0.4
Hex 30 7A 9B 45 15 0 27 C7 35 28
Octal 60 172 233 105 25 0 47 307 65 50
Binary 110000 1111010 10011011 1000101 10101 0 100111 11000111 110101 101000

Color Harmonies of #307A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A9B

Black with #307A9B

Text Example


Text Example

White with #307A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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