Html Css Color HEX #307EA2 Lochmara

📋 copy color: '#307EA2'

red 48 ◦ green 126 ◦ blue 162

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

Shades of Lochmara #307EA2

Tints of Lochmara #307EA2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

 BLUE value IS 162 (63.67% from 255) = 48.21%

R = 14.29%
G = 37.5%
B = 48.21%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#307EA2 (or 0x307EA2) is known color: Lochmara. HEX triplet: 30, 7E and A2. RGB value is (48,126,162). Sum of RGB (Red+Green+Blue) = 48+126+162=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #307EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307EA2 is #CF815D. Grayscale: #6A6A6A. Windows color (decimal): -13599070 or 10649136. OLE color: 10649136.

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

Color convert

RGB 48 126 162 -
CMYK 0.70 0.22 0 0.36
HSL 198.95º 0.54% 0.41% -
HSV(B) 198.95º 0.7% 0.64% -
XYZ 15.2 18.16 36.89 -
YUV 106.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 48 126 162 0.70 0.22 0 0.36 198.95 0.54 0.41
Hex 30 7E A2 46 16 0 24 C7 36 29
Octal 60 176 242 106 26 0 44 307 66 51
Binary 110000 1111110 10100010 1000110 10110 0 100100 11000111 110110 101001

Color Harmonies of #307EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EA2

Black with #307EA2

Text Example


Text Example

White with #307EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,126,162); }

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

background-color css

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

 a { background-color: rgb(48,126,162); }

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

border-color css

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

 span { border-color: rgb(48,126,162); }

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