Html Css Color HEX #2B5C65 Blumine

📋 copy color: '#2B5C65'

red 43 ◦ green 92 ◦ blue 101

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

Shades of Blumine #2B5C65

Tints of Blumine #2B5C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.98%

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

R = 18.22%
G = 38.98%
B = 42.8%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B5C65 (or 0x2B5C65) is known color: Blumine. HEX triplet: 2B, 5C and 65. RGB value is (43,92,101). Sum of RGB (Red+Green+Blue) = 43+92+101=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B5C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C65 is #D4A39A. Grayscale: #4E4E4E. Windows color (decimal): -13935515 or 6642731. OLE color: 6642731.

HSL color Cylindrical-coordinate representation of color #2B5C65: hue angle of 189.31º 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 #2B5C65 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 92 101 -
CMYK 0.57 0.09 0 0.60
HSL 189.31º 0.4% 0.28% -
HSV(B) 189.31º 0.57% 0.4% -
XYZ 7.17 9.11 13.69 -
YUV 78.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 43 92 101 0.57 0.09 0 0.60 189.31 0.4 0.28
Hex 2B 5C 65 39 9 0 3C BD 28 1C
Octal 53 134 145 71 11 0 74 275 50 34
Binary 101011 1011100 1100101 111001 1001 0 111100 10111101 101000 11100

Color Harmonies of #2B5C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5C65

Black with #2B5C65

Text Example


Text Example

White with #2B5C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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