Html Css Color HEX #306F9C Lochmara

📋 copy color: '#306F9C'

red 48 ◦ green 111 ◦ blue 156

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

Shades of Lochmara #306F9C

Tints of Lochmara #306F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 15.24%
G = 35.24%
B = 49.52%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#306F9C (or 0x306F9C) is known color: Lochmara. HEX triplet: 30, 6F and 9C. RGB value is (48,111,156). Sum of RGB (Red+Green+Blue) = 48+111+156=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #306F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F9C is #CF9063. Grayscale: #616161. Windows color (decimal): -13602916 or 10252080. OLE color: 10252080.

HSL color Cylindrical-coordinate representation of color #306F9C: hue angle of 205º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306F9C is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 111 156 -
CMYK 0.69 0.29 0 0.39
HSL 205º 0.53% 0.4% -
HSV(B) 205º 0.69% 0.61% -
XYZ 12.9 14.4 33.55 -
YUV 97.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 48 111 156 0.69 0.29 0 0.39 205 0.53 0.4
Hex 30 6F 9C 45 1D 0 27 CD 35 28
Octal 60 157 234 105 35 0 47 315 65 50
Binary 110000 1101111 10011100 1000101 11101 0 100111 11001101 110101 101000

Color Harmonies of #306F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F9C

Black with #306F9C

Text Example


Text Example

White with #306F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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