Html Css Color HEX #306CB7 Lochmara

📋 copy color: '#306CB7'

red 48 ◦ green 108 ◦ blue 183

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

Shades of Lochmara #306CB7

Tints of Lochmara #306CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 14.16%
G = 31.86%
B = 53.98%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#306CB7 (or 0x306CB7) is known color: Lochmara. HEX triplet: 30, 6C and B7. RGB value is (48,108,183). Sum of RGB (Red+Green+Blue) = 48+108+183=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #306CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CB7 is #CF9348. Grayscale: #626262. Windows color (decimal): -13603657 or 12020784. OLE color: 12020784.

HSL color Cylindrical-coordinate representation of color #306CB7: hue angle of 213.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306CB7 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 108 183 -
CMYK 0.74 0.41 0 0.28
HSL 213.33º 0.58% 0.45% -
HSV(B) 213.33º 0.74% 0.72% -
XYZ 15.13 14.77 46.85 -
YUV 98.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 48 108 183 0.74 0.41 0 0.28 213.33 0.58 0.45
Hex 30 6C B7 4A 29 0 1C D5 3A 2D
Octal 60 154 267 112 51 0 34 325 72 55
Binary 110000 1101100 10110111 1001010 101001 0 11100 11010101 111010 101101

Color Harmonies of #306CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CB7

Black with #306CB7

Text Example


Text Example

White with #306CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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