Html Css Color HEX #307BAC Lochmara

📋 copy color: '#307BAC'

red 48 ◦ green 123 ◦ blue 172

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

Shades of Lochmara #307BAC

Tints of Lochmara #307BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 13.99%
G = 35.86%
B = 50.15%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#307BAC (or 0x307BAC) is known color: Lochmara. HEX triplet: 30, 7B and AC. RGB value is (48,123,172). Sum of RGB (Red+Green+Blue) = 48+123+172=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #307BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BAC is #CF8453. Grayscale: #696969. Windows color (decimal): -13599828 or 11303728. OLE color: 11303728.

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

Color convert

RGB 48 123 172 -
CMYK 0.72 0.28 0 0.33
HSL 203.71º 0.56% 0.43% -
HSV(B) 203.71º 0.72% 0.67% -
XYZ 15.75 17.77 41.63 -
YUV 106.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 48 123 172 0.72 0.28 0 0.33 203.71 0.56 0.43
Hex 30 7B AC 48 1C 0 21 CC 38 2B
Octal 60 173 254 110 34 0 41 314 70 53
Binary 110000 1111011 10101100 1001000 11100 0 100001 11001100 111000 101011

Color Harmonies of #307BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BAC

Black with #307BAC

Text Example


Text Example

White with #307BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,123,172); }

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

background-color css

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

 a { background-color: rgb(48,123,172); }

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

border-color css

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

 span { border-color: rgb(48,123,172); }

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