Html Css Color HEX #2B5A67 Blumine

📋 copy color: '#2B5A67'

red 43 ◦ green 90 ◦ blue 103

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

Shades of Blumine #2B5A67

Tints of Blumine #2B5A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 18.22%
G = 38.14%
B = 43.64%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B5A67 (or 0x2B5A67) is known color: Blumine. HEX triplet: 2B, 5A and 67. RGB value is (43,90,103). Sum of RGB (Red+Green+Blue) = 43+90+103=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5A67 is #D4A598. Grayscale: #4D4D4D. Windows color (decimal): -13936025 or 6773291. OLE color: 6773291.

HSL color Cylindrical-coordinate representation of color #2B5A67: hue angle of 193º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5A67 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 90 103 -
CMYK 0.58 0.13 0 0.60
HSL 193º 0.41% 0.29% -
HSV(B) 193º 0.58% 0.4% -
XYZ 7.1 8.81 14.16 -
YUV 77.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 43 90 103 0.58 0.13 0 0.60 193 0.41 0.29
Hex 2B 5A 67 3A D 0 3C C1 29 1D
Octal 53 132 147 72 15 0 74 301 51 35
Binary 101011 1011010 1100111 111010 1101 0 111100 11000001 101001 11101

Color Harmonies of #2B5A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A67

Black with #2B5A67

Text Example


Text Example

White with #2B5A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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