Html Css Color HEX #306BAE Lochmara

📋 copy color: '#306BAE'

red 48 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #306BAE

Tints of Lochmara #306BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 14.59%
G = 32.52%
B = 52.89%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#306BAE (or 0x306BAE) is known color: Lochmara. HEX triplet: 30, 6B and AE. RGB value is (48,107,174). Sum of RGB (Red+Green+Blue) = 48+107+174=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #306BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306BAE is #CF9451. Grayscale: #606060. Windows color (decimal): -13603922 or 11430704. OLE color: 11430704.

HSL color Cylindrical-coordinate representation of color #306BAE: hue angle of 211.9º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306BAE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 107 174 -
CMYK 0.72 0.39 0 0.32
HSL 211.9º 0.57% 0.44% -
HSV(B) 211.9º 0.72% 0.68% -
XYZ 14.12 14.2 42.04 -
YUV 97 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 48 107 174 0.72 0.39 0 0.32 211.9 0.57 0.44
Hex 30 6B AE 48 27 0 20 D4 39 2C
Octal 60 153 256 110 47 0 40 324 71 54
Binary 110000 1101011 10101110 1001000 100111 0 100000 11010100 111001 101100

Color Harmonies of #306BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BAE

Black with #306BAE

Text Example


Text Example

White with #306BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,107,174); }

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

background-color css

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

 a { background-color: rgb(48,107,174); }

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

border-color css

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

 span { border-color: rgb(48,107,174); }

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