Html Css Color HEX #275E68 Blumine

📋 copy color: '#275E68'

red 39 ◦ green 94 ◦ blue 104

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

Shades of Blumine #275E68

Tints of Blumine #275E68

RGB

 RED value IS 39 (15.63% from 255) = 16.46%

 GREEN value IS 94 (37.11% from 255) = 39.66%

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

R = 16.46%
G = 39.66%
B = 43.88%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#275E68 (or 0x275E68) is known color: Blumine. HEX triplet: 27, 5E and 68. RGB value is (39,94,104). Sum of RGB (Red+Green+Blue) = 39+94+104=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #275E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E68 is #D8A197. Grayscale: #4E4E4E. Windows color (decimal): -14197144 or 6839847. OLE color: 6839847.

HSL color Cylindrical-coordinate representation of color #275E68: hue angle of 189.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #275E68 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 94 104 -
CMYK 0.62 0.10 0 0.59
HSL 189.23º 0.45% 0.28% -
HSV(B) 189.23º 0.63% 0.41% -
XYZ 7.34 9.44 14.53 -
YUV 78.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 39 94 104 0.62 0.10 0 0.59 189.23 0.45 0.28
Hex 27 5E 68 3E A 0 3B BD 2D 1C
Octal 47 136 150 76 12 0 73 275 55 34
Binary 100111 1011110 1101000 111110 1010 0 111011 10111101 101101 11100

Color Harmonies of #275E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E68

Black with #275E68

Text Example


Text Example

White with #275E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275E68; }

 p { color: rgb(39,94,104); }

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

background-color css

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

 a { background-color: rgb(39,94,104); }

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

border-color css

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

 span { border-color: rgb(39,94,104); }

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