Html Css Color HEX #275F68 Blumine

📋 copy color: '#275F68'

red 39 ◦ green 95 ◦ blue 104

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

Shades of Blumine #275F68

Tints of Blumine #275F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

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

R = 16.39%
G = 39.92%
B = 43.7%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#275F68 (or 0x275F68) is known color: Blumine. HEX triplet: 27, 5F and 68. RGB value is (39,95,104). Sum of RGB (Red+Green+Blue) = 39+95+104=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #275F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F68 is #D8A097. Grayscale: #4F4F4F. Windows color (decimal): -14196888 or 6840103. OLE color: 6840103.

HSL color Cylindrical-coordinate representation of color #275F68: hue angle of 188.31º 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 #275F68 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 95 104 -
CMYK 0.62 0.09 0 0.59
HSL 188.31º 0.45% 0.28% -
HSV(B) 188.31º 0.63% 0.41% -
XYZ 7.43 9.62 14.56 -
YUV 79.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 39 95 104 0.62 0.09 0 0.59 188.31 0.45 0.28
Hex 27 5F 68 3E 9 0 3B BC 2D 1C
Octal 47 137 150 76 11 0 73 274 55 34
Binary 100111 1011111 1101000 111110 1001 0 111011 10111100 101101 11100

Color Harmonies of #275F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F68

Black with #275F68

Text Example


Text Example

White with #275F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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