Html Css Color HEX #306C9B Lochmara

📋 copy color: '#306C9B'

red 48 ◦ green 108 ◦ blue 155

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

Shades of Lochmara #306C9B

Tints of Lochmara #306C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 15.43%
G = 34.73%
B = 49.84%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#306C9B (or 0x306C9B) is known color: Lochmara. HEX triplet: 30, 6C and 9B. RGB value is (48,108,155). Sum of RGB (Red+Green+Blue) = 48+108+155=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #306C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C9B is #CF9364. Grayscale: #5F5F5F. Windows color (decimal): -13603685 or 10185776. OLE color: 10185776.

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

Color convert

RGB 48 108 155 -
CMYK 0.69 0.30 0 0.39
HSL 206.36º 0.53% 0.4% -
HSV(B) 206.36º 0.69% 0.61% -
XYZ 12.5 13.72 33 -
YUV 95.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 48 108 155 0.69 0.30 0 0.39 206.36 0.53 0.4
Hex 30 6C 9B 45 1E 0 27 CE 35 28
Octal 60 154 233 105 36 0 47 316 65 50
Binary 110000 1101100 10011011 1000101 11110 0 100111 11001110 110101 101000

Color Harmonies of #306C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C9B

Black with #306C9B

Text Example


Text Example

White with #306C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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