Html Css Color HEX #296268 Blumine

📋 copy color: '#296268'

red 41 ◦ green 98 ◦ blue 104

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

Shades of Blumine #296268

Tints of Blumine #296268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 16.87%
G = 40.33%
B = 42.8%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#296268 (or 0x296268) is known color: Blumine. HEX triplet: 29, 62 and 68. RGB value is (41,98,104). Sum of RGB (Red+Green+Blue) = 41+98+104=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #296268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296268 is #D69D97. Grayscale: #515151. Windows color (decimal): -14065048 or 6840873. OLE color: 6840873.

HSL color Cylindrical-coordinate representation of color #296268: hue angle of 185.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296268 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 98 104 -
CMYK 0.61 0.06 0 0.59
HSL 185.71º 0.43% 0.28% -
HSV(B) 185.71º 0.61% 0.41% -
XYZ 7.78 10.21 14.66 -
YUV 81.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 41 98 104 0.61 0.06 0 0.59 185.71 0.43 0.28
Hex 29 62 68 3D 6 0 3B BA 2B 1C
Octal 51 142 150 75 6 0 73 272 53 34
Binary 101001 1100010 1101000 111101 110 0 111011 10111010 101011 11100

Color Harmonies of #296268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296268

Black with #296268

Text Example


Text Example

White with #296268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296268; }

 p { color: rgb(41,98,104); }

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

background-color css

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

 a { background-color: rgb(41,98,104); }

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

border-color css

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

 span { border-color: rgb(41,98,104); }

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