Html Css Color HEX #2B5F74 Blumine

📋 copy color: '#2B5F74'

red 43 ◦ green 95 ◦ blue 116

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

Shades of Blumine #2B5F74

Tints of Blumine #2B5F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

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

R = 16.93%
G = 37.4%
B = 45.67%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B5F74 (or 0x2B5F74) is known color: Blumine. HEX triplet: 2B, 5F and 74. RGB value is (43,95,116). Sum of RGB (Red+Green+Blue) = 43+95+116=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B5F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F74 is #D4A08B. Grayscale: #515151. Windows color (decimal): -13934732 or 7626539. OLE color: 7626539.

HSL color Cylindrical-coordinate representation of color #2B5F74: hue angle of 197.26º 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 #2B5F74 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 95 116 -
CMYK 0.63 0.18 0 0.55
HSL 197.26º 0.46% 0.31% -
HSV(B) 197.26º 0.63% 0.45% -
XYZ 8.24 9.96 18.01 -
YUV 81.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 43 95 116 0.63 0.18 0 0.55 197.26 0.46 0.31
Hex 2B 5F 74 3F 12 0 37 C5 2E 1F
Octal 53 137 164 77 22 0 67 305 56 37
Binary 101011 1011111 1110100 111111 10010 0 110111 11000101 101110 11111

Color Harmonies of #2B5F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F74

Black with #2B5F74

Text Example


Text Example

White with #2B5F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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