Html Css Color HEX #275E6C Blumine

📋 copy color: '#275E6C'

red 39 ◦ green 94 ◦ blue 108

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

Shades of Blumine #275E6C

Tints of Blumine #275E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 16.18%
G = 39%
B = 44.81%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#275E6C (or 0x275E6C) is known color: Blumine. HEX triplet: 27, 5E and 6C. RGB value is (39,94,108). Sum of RGB (Red+Green+Blue) = 39+94+108=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #275E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E6C is #D8A193. Grayscale: #4F4F4F. Windows color (decimal): -14197140 or 7101991. OLE color: 7101991.

HSL color Cylindrical-coordinate representation of color #275E6C: hue angle of 192.17º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275E6C is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 94 108 -
CMYK 0.64 0.13 0 0.58
HSL 192.17º 0.47% 0.29% -
HSV(B) 192.17º 0.64% 0.42% -
XYZ 7.55 9.52 15.63 -
YUV 79.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 39 94 108 0.64 0.13 0 0.58 192.17 0.47 0.29
Hex 27 5E 6C 40 D 0 3A C0 2F 1D
Octal 47 136 154 100 15 0 72 300 57 35
Binary 100111 1011110 1101100 1000000 1101 0 111010 11000000 101111 11101

Color Harmonies of #275E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E6C

Black with #275E6C

Text Example


Text Example

White with #275E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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