Html Css Color HEX #306F9D Lochmara

📋 copy color: '#306F9D'

red 48 ◦ green 111 ◦ blue 157

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

Shades of Lochmara #306F9D

Tints of Lochmara #306F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 15.19%
G = 35.13%
B = 49.68%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#306F9D (or 0x306F9D) is known color: Lochmara. HEX triplet: 30, 6F and 9D. RGB value is (48,111,157). Sum of RGB (Red+Green+Blue) = 48+111+157=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #306F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F9D is #CF9062. Grayscale: #616161. Windows color (decimal): -13602915 or 10317616. OLE color: 10317616.

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

Color convert

RGB 48 111 157 -
CMYK 0.69 0.29 0 0.38
HSL 205.32º 0.53% 0.4% -
HSV(B) 205.32º 0.69% 0.62% -
XYZ 12.99 14.43 34 -
YUV 97.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 48 111 157 0.69 0.29 0 0.38 205.32 0.53 0.4
Hex 30 6F 9D 45 1D 0 26 CD 35 28
Octal 60 157 235 105 35 0 46 315 65 50
Binary 110000 1101111 10011101 1000101 11101 0 100110 11001101 110101 101000

Color Harmonies of #306F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F9D

Black with #306F9D

Text Example


Text Example

White with #306F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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