Html Css Color HEX #2B6274 Blumine

📋 copy color: '#2B6274'

red 43 ◦ green 98 ◦ blue 116

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

Shades of Blumine #2B6274

Tints of Blumine #2B6274

RGB

 RED value IS 43 (17.19% from 255) = 16.73%

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 16.73%
G = 38.13%
B = 45.14%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B6274 (or 0x2B6274) is known color: Blumine. HEX triplet: 2B, 62 and 74. RGB value is (43,98,116). Sum of RGB (Red+Green+Blue) = 43+98+116=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6274 is #D49D8B. Grayscale: #535353. Windows color (decimal): -13933964 or 7627307. OLE color: 7627307.

HSL color Cylindrical-coordinate representation of color #2B6274: hue angle of 194.79º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6274 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 98 116 -
CMYK 0.63 0.16 0 0.55
HSL 194.79º 0.46% 0.31% -
HSV(B) 194.79º 0.63% 0.45% -
XYZ 8.52 10.51 18.1 -
YUV 83.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 43 98 116 0.63 0.16 0 0.55 194.79 0.46 0.31
Hex 2B 62 74 3F 10 0 37 C3 2E 1F
Octal 53 142 164 77 20 0 67 303 56 37
Binary 101011 1100010 1110100 111111 10000 0 110111 11000011 101110 11111

Color Harmonies of #2B6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6274

Black with #2B6274

Text Example


Text Example

White with #2B6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,116); }

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

background-color css

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

 a { background-color: rgb(43,98,116); }

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

border-color css

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

 span { border-color: rgb(43,98,116); }

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