Html Css Color HEX #30669F Lochmara

📋 copy color: '#30669F'

red 48 ◦ green 102 ◦ blue 159

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

Shades of Lochmara #30669F

Tints of Lochmara #30669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 15.53%
G = 33.01%
B = 51.46%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30669F (or 0x30669F) is known color: Lochmara. HEX triplet: 30, 66 and 9F. RGB value is (48,102,159). Sum of RGB (Red+Green+Blue) = 48+102+159=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #30669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30669F is #CF9960. Grayscale: #5C5C5C. Windows color (decimal): -13605217 or 10446384. OLE color: 10446384.

HSL color Cylindrical-coordinate representation of color #30669F: hue angle of 210.81º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30669F is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 102 159 -
CMYK 0.70 0.36 0 0.38
HSL 210.81º 0.54% 0.41% -
HSV(B) 210.81º 0.7% 0.62% -
XYZ 12.23 12.63 34.6 -
YUV 92.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 48 102 159 0.70 0.36 0 0.38 210.81 0.54 0.41
Hex 30 66 9F 46 24 0 26 D3 36 29
Octal 60 146 237 106 44 0 46 323 66 51
Binary 110000 1100110 10011111 1000110 100100 0 100110 11010011 110110 101001

Color Harmonies of #30669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30669F

Black with #30669F

Text Example


Text Example

White with #30669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30669F; }

 p { color: rgb(48,102,159); }

 H1.HeaderClassName
 {
   color: #30669F;
 }
 .AnyTagClassName
 {
   color: #30669F;
 }
</style>

background-color css

<style>
 a { background-color: #30669F; }

 a { background-color: rgb(48,102,159); }

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

border-color css

<style>
 span { border-color: #30669F; }

 span { border-color: rgb(48,102,159); }

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