Html Css Color HEX #306FA4 Lochmara

📋 copy color: '#306FA4'

red 48 ◦ green 111 ◦ blue 164

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

Shades of Lochmara #306FA4

Tints of Lochmara #306FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 14.86%
G = 34.37%
B = 50.77%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#306FA4 (or 0x306FA4) is known color: Lochmara. HEX triplet: 30, 6F and A4. RGB value is (48,111,164). Sum of RGB (Red+Green+Blue) = 48+111+164=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #306FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306FA4 is #CF905B. Grayscale: #616161. Windows color (decimal): -13602908 or 10776368. OLE color: 10776368.

HSL color Cylindrical-coordinate representation of color #306FA4: hue angle of 207.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #306FA4 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 111 164 -
CMYK 0.71 0.32 0 0.36
HSL 207.41º 0.55% 0.42% -
HSV(B) 207.41º 0.71% 0.64% -
XYZ 13.6 14.68 37.24 -
YUV 98.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 48 111 164 0.71 0.32 0 0.36 207.41 0.55 0.42
Hex 30 6F A4 47 20 0 24 CF 37 2A
Octal 60 157 244 107 40 0 44 317 67 52
Binary 110000 1101111 10100100 1000111 100000 0 100100 11001111 110111 101010

Color Harmonies of #306FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FA4

Black with #306FA4

Text Example


Text Example

White with #306FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,111,164); }

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

background-color css

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

 a { background-color: rgb(48,111,164); }

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

border-color css

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

 span { border-color: rgb(48,111,164); }

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