#2F636C

Color #2F636C Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #2F636C

Tints of Blumine #2F636C

Color information

#2F636C (or 0x2F636C) is unknown color: approx Blumine. HEX triplet: 2F, 63 and 6C. RGB value is (47,99,108). Sum of RGB (Red+Green+Blue) = 47+99+108=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F636C is #D09C93. Grayscale: #545454. Windows color (decimal): -13671572 or 7103279. OLE color: 7103279.

HSL color Cylindrical-coordinate representation of color #2F636C: hue angle of 188.85º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F636C is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4799108-
CMYK0.560.0800.58
HSL188.85º39.35%30.39%-
HSV(B)188.85º56.48%42.35%-
XYZ8.3410.6115.8-
YUV84.48141.27101.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=18.50%
G=38.98%
B=42.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47991080.560.0800.58188.8539.3530.39
Hex2F636C38803Abd271e
Octal5714315470100722754736
Binary10111111000111101100111000100001110101011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F636C; }

 p { color: rgb(47,99,108); }

 H1.HeaderClassName
 {
   color: #2F636C;
 }
 .AnyTagClassName
 {
   color: #2F636C;
 }
</style>
background-color css

<style>
 a { background-color: #2F636C; }

 a { background-color: rgb(47,99,108); }

 div.DivClassName
 {
   background-color: #2F636C;
 }
 .BgClassName
 {
   background-color: #2F636C;
 }
</style>
border-color css

<style>
 span { border-color: #2F636C; }

 span { border-color: rgb(47,99,108); }

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