Html Css Color HEX #306AB0 Lochmara

📋 copy color: '#306AB0'

red 48 ◦ green 106 ◦ blue 176

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

Shades of Lochmara #306AB0

Tints of Lochmara #306AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 176 (69.14% from 255) = 53.33%

R = 14.55%
G = 32.12%
B = 53.33%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#306AB0 (or 0x306AB0) is known color: Lochmara. HEX triplet: 30, 6A and B0. RGB value is (48,106,176). Sum of RGB (Red+Green+Blue) = 48+106+176=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 176 (69.14% from 255 or 53.33% from 330); Max value from RGB is 176 - color contains mainly: blue. Hex color #306AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306AB0 is #CF954F. Grayscale: #606060. Windows color (decimal): -13604176 or 11561520. OLE color: 11561520.

HSL color Cylindrical-coordinate representation of color #306AB0: hue angle of 212.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306AB0 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 106 176 -
CMYK 0.73 0.40 0 0.31
HSL 212.81º 0.57% 0.44% -
HSV(B) 212.81º 0.73% 0.69% -
XYZ 14.21 14.07 43.04 -
YUV 96.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 48 106 176 0.73 0.40 0 0.31 212.81 0.57 0.44
Hex 30 6A B0 49 28 0 1F D5 39 2C
Octal 60 152 260 111 50 0 37 325 71 54
Binary 110000 1101010 10110000 1001001 101000 0 11111 11010101 111001 101100

Color Harmonies of #306AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AB0

Black with #306AB0

Text Example


Text Example

White with #306AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306AB0; }

 p { color: rgb(48,106,176); }

 H1.HeaderClassName
 {
   color: #306AB0;
 }
 .AnyTagClassName
 {
   color: #306AB0;
 }
</style>

background-color css

<style>
 a { background-color: #306AB0; }

 a { background-color: rgb(48,106,176); }

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

border-color css

<style>
 span { border-color: #306AB0; }

 span { border-color: rgb(48,106,176); }

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