Html Css Color HEX #307CA9 Lochmara

📋 copy color: '#307CA9'

red 48 ◦ green 124 ◦ blue 169

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

Shades of Lochmara #307CA9

Tints of Lochmara #307CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.56%

R = 14.08%
G = 36.36%
B = 49.56%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#307CA9 (or 0x307CA9) is known color: Lochmara. HEX triplet: 30, 7C and A9. RGB value is (48,124,169). Sum of RGB (Red+Green+Blue) = 48+124+169=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #307CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307CA9 is #CF8356. Grayscale: #6A6A6A. Windows color (decimal): -13599575 or 11107376. OLE color: 11107376.

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

Color convert

RGB 48 124 169 -
CMYK 0.72 0.27 0 0.34
HSL 202.31º 0.56% 0.43% -
HSV(B) 202.31º 0.72% 0.66% -
XYZ 15.59 17.91 40.17 -
YUV 106.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 48 124 169 0.72 0.27 0 0.34 202.31 0.56 0.43
Hex 30 7C A9 48 1B 0 22 CA 38 2B
Octal 60 174 251 110 33 0 42 312 70 53
Binary 110000 1111100 10101001 1001000 11011 0 100010 11001010 111000 101011

Color Harmonies of #307CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CA9

Black with #307CA9

Text Example


Text Example

White with #307CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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