Html Css Color HEX #307C9B Lochmara

📋 copy color: '#307C9B'

red 48 ◦ green 124 ◦ blue 155

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

Shades of Lochmara #307C9B

Tints of Lochmara #307C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

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

R = 14.68%
G = 37.92%
B = 47.4%

CMYK

 C value IS 0.69

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#307C9B (or 0x307C9B) is known color: Lochmara. HEX triplet: 30, 7C and 9B. RGB value is (48,124,155). Sum of RGB (Red+Green+Blue) = 48+124+155=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #307C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C9B is #CF8364. Grayscale: #686868. Windows color (decimal): -13599589 or 10189872. OLE color: 10189872.

HSL color Cylindrical-coordinate representation of color #307C9B: hue angle of 197.38º 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 #307C9B is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 124 155 -
CMYK 0.69 0.2 0 0.39
HSL 197.38º 0.53% 0.4% -
HSV(B) 197.38º 0.69% 0.61% -
XYZ 14.34 17.41 33.61 -
YUV 104.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 48 124 155 0.69 0.2 0 0.39 197.38 0.53 0.4
Hex 30 7C 9B 45 14 0 27 C5 35 28
Octal 60 174 233 105 24 0 47 305 65 50
Binary 110000 1111100 10011011 1000101 10100 0 100111 11000101 110101 101000

Color Harmonies of #307C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C9B

Black with #307C9B

Text Example


Text Example

White with #307C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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