Html Css Color HEX #275F6C Blumine

📋 copy color: '#275F6C'

red 39 ◦ green 95 ◦ blue 108

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

Shades of Blumine #275F6C

Tints of Blumine #275F6C

RGB

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

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

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

R = 16.12%
G = 39.26%
B = 44.63%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#275F6C (or 0x275F6C) is known color: Blumine. HEX triplet: 27, 5F and 6C. RGB value is (39,95,108). Sum of RGB (Red+Green+Blue) = 39+95+108=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #275F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F6C is #D8A093. Grayscale: #4F4F4F. Windows color (decimal): -14196884 or 7102247. OLE color: 7102247.

HSL color Cylindrical-coordinate representation of color #275F6C: hue angle of 191.3º 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 #275F6C is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 95 108 -
CMYK 0.64 0.12 0 0.58
HSL 191.3º 0.47% 0.29% -
HSV(B) 191.3º 0.64% 0.42% -
XYZ 7.64 9.7 15.66 -
YUV 79.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 39 95 108 0.64 0.12 0 0.58 191.3 0.47 0.29
Hex 27 5F 6C 40 C 0 3A BF 2F 1D
Octal 47 137 154 100 14 0 72 277 57 35
Binary 100111 1011111 1101100 1000000 1100 0 111010 10111111 101111 11101

Color Harmonies of #275F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F6C

Black with #275F6C

Text Example


Text Example

White with #275F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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