Html Css Color HEX #306F9B Lochmara

📋 copy color: '#306F9B'

red 48 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #306F9B

Tints of Lochmara #306F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 15.29%
G = 35.35%
B = 49.36%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#306F9B (or 0x306F9B) is known color: Lochmara. HEX triplet: 30, 6F and 9B. RGB value is (48,111,155). Sum of RGB (Red+Green+Blue) = 48+111+155=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #306F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F9B is #CF9064. Grayscale: #606060. Windows color (decimal): -13602917 or 10186544. OLE color: 10186544.

HSL color Cylindrical-coordinate representation of color #306F9B: hue angle of 204.67º 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 #306F9B is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 111 155 -
CMYK 0.69 0.28 0 0.39
HSL 204.67º 0.53% 0.4% -
HSV(B) 204.67º 0.69% 0.61% -
XYZ 12.82 14.36 33.11 -
YUV 97.18 160.63 92.92 -
System Red Green Blue C M Y K H S L
Decimal 48 111 155 0.69 0.28 0 0.39 204.67 0.53 0.4
Hex 30 6F 9B 45 1C 0 27 CD 35 28
Octal 60 157 233 105 34 0 47 315 65 50
Binary 110000 1101111 10011011 1000101 11100 0 100111 11001101 110101 101000

Color Harmonies of #306F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F9B

Black with #306F9B

Text Example


Text Example

White with #306F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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