Html Css Color HEX #307BAB Lochmara

📋 copy color: '#307BAB'

red 48 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #307BAB

Tints of Lochmara #307BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 14.04%
G = 35.96%
B = 50%

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

#307BAB (or 0x307BAB) is known color: Lochmara. HEX triplet: 30, 7B and AB. RGB value is (48,123,171). Sum of RGB (Red+Green+Blue) = 48+123+171=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #307BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BAB is #CF8454. Grayscale: #696969. Windows color (decimal): -13599829 or 11238192. OLE color: 11238192.

HSL color Cylindrical-coordinate representation of color #307BAB: hue angle of 203.41º 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 #307BAB is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 123 171 -
CMYK 0.72 0.28 0 0.33
HSL 203.41º 0.56% 0.43% -
HSV(B) 203.41º 0.72% 0.67% -
XYZ 15.65 17.73 41.13 -
YUV 106.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 48 123 171 0.72 0.28 0 0.33 203.41 0.56 0.43
Hex 30 7B AB 48 1C 0 21 CB 38 2B
Octal 60 173 253 110 34 0 41 313 70 53
Binary 110000 1111011 10101011 1001000 11100 0 100001 11001011 111000 101011

Color Harmonies of #307BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BAB

Black with #307BAB

Text Example


Text Example

White with #307BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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