Html Css Color HEX #296274 Blumine

📋 copy color: '#296274'

red 41 ◦ green 98 ◦ blue 116

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

Shades of Blumine #296274

Tints of Blumine #296274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 16.08%
G = 38.43%
B = 45.49%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296274 (or 0x296274) is known color: Blumine. HEX triplet: 29, 62 and 74. RGB value is (41,98,116). Sum of RGB (Red+Green+Blue) = 41+98+116=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #296274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296274 is #D69D8B. Grayscale: #525252. Windows color (decimal): -14065036 or 7627305. OLE color: 7627305.

HSL color Cylindrical-coordinate representation of color #296274: hue angle of 194.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296274 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 98 116 -
CMYK 0.65 0.16 0 0.55
HSL 194.4º 0.48% 0.31% -
HSV(B) 194.4º 0.65% 0.45% -
XYZ 8.43 10.47 18.1 -
YUV 83.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 41 98 116 0.65 0.16 0 0.55 194.4 0.48 0.31
Hex 29 62 74 41 10 0 37 C2 30 1F
Octal 51 142 164 101 20 0 67 302 60 37
Binary 101001 1100010 1110100 1000001 10000 0 110111 11000010 110000 11111

Color Harmonies of #296274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296274

Black with #296274

Text Example


Text Example

White with #296274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296274; }

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

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

background-color css

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

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

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

border-color css

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

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

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