Html Css Color HEX #296273 Blumine

📋 copy color: '#296273'

red 41 ◦ green 98 ◦ blue 115

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

Shades of Blumine #296273

Tints of Blumine #296273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 16.14%
G = 38.58%
B = 45.28%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296273 (or 0x296273) is known color: Blumine. HEX triplet: 29, 62 and 73. RGB value is (41,98,115). Sum of RGB (Red+Green+Blue) = 41+98+115=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #296273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296273 is #D69D8C. Grayscale: #525252. Windows color (decimal): -14065037 or 7561769. OLE color: 7561769.

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

Color convert

RGB 41 98 115 -
CMYK 0.64 0.15 0 0.55
HSL 193.78º 0.47% 0.31% -
HSV(B) 193.78º 0.64% 0.45% -
XYZ 8.38 10.44 17.79 -
YUV 82.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 41 98 115 0.64 0.15 0 0.55 193.78 0.47 0.31
Hex 29 62 73 40 F 0 37 C2 2F 1F
Octal 51 142 163 100 17 0 67 302 57 37
Binary 101001 1100010 1110011 1000000 1111 0 110111 11000010 101111 11111

Color Harmonies of #296273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296273

Black with #296273

Text Example


Text Example

White with #296273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296273; }

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

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

background-color css

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

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

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

border-color css

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

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

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