Html Css Color HEX #2B5A65 Blumine

📋 copy color: '#2B5A65'

red 43 ◦ green 90 ◦ blue 101

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

Shades of Blumine #2B5A65

Tints of Blumine #2B5A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.46%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 18.38%
G = 38.46%
B = 43.16%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B5A65 (or 0x2B5A65) is known color: Blumine. HEX triplet: 2B, 5A and 65. RGB value is (43,90,101). Sum of RGB (Red+Green+Blue) = 43+90+101=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B5A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A65 is #D4A59A. Grayscale: #4D4D4D. Windows color (decimal): -13936027 or 6642219. OLE color: 6642219.

HSL color Cylindrical-coordinate representation of color #2B5A65: hue angle of 191.38º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5A65 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 90 101 -
CMYK 0.57 0.11 0 0.60
HSL 191.38º 0.4% 0.28% -
HSV(B) 191.38º 0.57% 0.4% -
XYZ 7 8.77 13.63 -
YUV 77.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 43 90 101 0.57 0.11 0 0.60 191.38 0.4 0.28
Hex 2B 5A 65 39 B 0 3C BF 28 1C
Octal 53 132 145 71 13 0 74 277 50 34
Binary 101011 1011010 1100101 111001 1011 0 111100 10111111 101000 11100

Color Harmonies of #2B5A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A65

Black with #2B5A65

Text Example


Text Example

White with #2B5A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,90,101); }

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

background-color css

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

 a { background-color: rgb(43,90,101); }

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

border-color css

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

 span { border-color: rgb(43,90,101); }

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