Html Css Color HEX #306C93 Lochmara

📋 copy color: '#306C93'

red 48 ◦ green 108 ◦ blue 147

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

Shades of Lochmara #306C93

Tints of Lochmara #306C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 15.84%
G = 35.64%
B = 48.51%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306C93 (or 0x306C93) is known color: Lochmara. HEX triplet: 30, 6C and 93. RGB value is (48,108,147). Sum of RGB (Red+Green+Blue) = 48+108+147=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #306C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C93 is #CF936C. Grayscale: #5E5E5E. Windows color (decimal): -13603693 or 9661488. OLE color: 9661488.

HSL color Cylindrical-coordinate representation of color #306C93: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306C93 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 108 147 -
CMYK 0.67 0.27 0 0.42
HSL 203.64º 0.51% 0.38% -
HSV(B) 203.64º 0.67% 0.58% -
XYZ 11.85 13.46 29.58 -
YUV 94.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 48 108 147 0.67 0.27 0 0.42 203.64 0.51 0.38
Hex 30 6C 93 43 1B 0 2A CC 33 26
Octal 60 154 223 103 33 0 52 314 63 46
Binary 110000 1101100 10010011 1000011 11011 0 101010 11001100 110011 100110

Color Harmonies of #306C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C93

Black with #306C93

Text Example


Text Example

White with #306C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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