Html Css Color HEX #275A63 Blumine

📋 copy color: '#275A63'

red 39 ◦ green 90 ◦ blue 99

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

Shades of Blumine #275A63

Tints of Blumine #275A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

 BLUE value IS 99 (39.06% from 255) = 43.42%

R = 17.11%
G = 39.47%
B = 43.42%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#275A63 (or 0x275A63) is known color: Blumine. HEX triplet: 27, 5A and 63. RGB value is (39,90,99). Sum of RGB (Red+Green+Blue) = 39+90+99=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #275A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A63 is #D8A59C. Grayscale: #4B4B4B. Windows color (decimal): -14198173 or 6511143. OLE color: 6511143.

HSL color Cylindrical-coordinate representation of color #275A63: hue angle of 189º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275A63 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 90 99 -
CMYK 0.61 0.09 0 0.61
HSL 189º 0.43% 0.27% -
HSV(B) 189º 0.61% 0.39% -
XYZ 6.74 8.64 13.12 -
YUV 75.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 39 90 99 0.61 0.09 0 0.61 189 0.43 0.27
Hex 27 5A 63 3D 9 0 3D BD 2B 1B
Octal 47 132 143 75 11 0 75 275 53 33
Binary 100111 1011010 1100011 111101 1001 0 111101 10111101 101011 11011

Color Harmonies of #275A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A63

Black with #275A63

Text Example


Text Example

White with #275A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,90,99); }

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

background-color css

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

 a { background-color: rgb(39,90,99); }

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

border-color css

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

 span { border-color: rgb(39,90,99); }

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