Html Css Color HEX #295A67 Blumine

📋 copy color: '#295A67'

red 41 ◦ green 90 ◦ blue 103

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

Shades of Blumine #295A67

Tints of Blumine #295A67

RGB

 RED value IS 41 (16.41% from 255) = 17.52%

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

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

R = 17.52%
G = 38.46%
B = 44.02%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295A67 (or 0x295A67) is known color: Blumine. HEX triplet: 29, 5A and 67. RGB value is (41,90,103). Sum of RGB (Red+Green+Blue) = 41+90+103=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #295A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A67 is #D6A598. Grayscale: #4C4C4C. Windows color (decimal): -14067097 or 6773289. OLE color: 6773289.

HSL color Cylindrical-coordinate representation of color #295A67: hue angle of 192.58º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295A67 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 90 103 -
CMYK 0.60 0.13 0 0.60
HSL 192.58º 0.43% 0.28% -
HSV(B) 192.58º 0.6% 0.4% -
XYZ 7.02 8.76 14.15 -
YUV 76.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 41 90 103 0.60 0.13 0 0.60 192.58 0.43 0.28
Hex 29 5A 67 3C D 0 3C C1 2B 1C
Octal 51 132 147 74 15 0 74 301 53 34
Binary 101001 1011010 1100111 111100 1101 0 111100 11000001 101011 11100

Color Harmonies of #295A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A67

Black with #295A67

Text Example


Text Example

White with #295A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A67; }

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

 H1.HeaderClassName
 {
   color: #295A67;
 }
 .AnyTagClassName
 {
   color: #295A67;
 }
</style>

background-color css

<style>
 a { background-color: #295A67; }

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

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

border-color css

<style>
 span { border-color: #295A67; }

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

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