Html Css Color HEX #2F637C Blumine

📋 copy color: '#2F637C'

red 47 ◦ green 99 ◦ blue 124

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

Shades of Blumine #2F637C

Tints of Blumine #2F637C

RGB

 RED value IS 47 (18.75% from 255) = 17.41%

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 17.41%
G = 36.67%
B = 45.93%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F637C (or 0x2F637C) is known color: Blumine. HEX triplet: 2F, 63 and 7C. RGB value is (47,99,124). Sum of RGB (Red+Green+Blue) = 47+99+124=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #2F637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F637C is #D09C83. Grayscale: #565656. Windows color (decimal): -13671556 or 8151855. OLE color: 8151855.

HSL color Cylindrical-coordinate representation of color #2F637C: hue angle of 199.48º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F637C is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 99 124 -
CMYK 0.62 0.20 0 0.51
HSL 199.48º 0.45% 0.34% -
HSV(B) 199.48º 0.62% 0.49% -
XYZ 9.27 10.98 20.7 -
YUV 86.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 47 99 124 0.62 0.20 0 0.51 199.48 0.45 0.34
Hex 2F 63 7C 3E 14 0 33 C7 2D 22
Octal 57 143 174 76 24 0 63 307 55 42
Binary 101111 1100011 1111100 111110 10100 0 110011 11000111 101101 100010

Color Harmonies of #2F637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F637C

Black with #2F637C

Text Example


Text Example

White with #2F637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F637C;
 }
 .AnyTagClassName
 {
   color: #2F637C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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