Html Css Color HEX #275F69 Blumine

📋 copy color: '#275F69'

red 39 ◦ green 95 ◦ blue 105

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

Shades of Blumine #275F69

Tints of Blumine #275F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 16.32%
G = 39.75%
B = 43.93%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#275F69 (or 0x275F69) is known color: Blumine. HEX triplet: 27, 5F and 69. RGB value is (39,95,105). Sum of RGB (Red+Green+Blue) = 39+95+105=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #275F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F69 is #D8A096. Grayscale: #4F4F4F. Windows color (decimal): -14196887 or 6905639. OLE color: 6905639.

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

Color convert

RGB 39 95 105 -
CMYK 0.63 0.10 0 0.59
HSL 189.09º 0.46% 0.28% -
HSV(B) 189.09º 0.63% 0.41% -
XYZ 7.48 9.64 14.83 -
YUV 79.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 39 95 105 0.63 0.10 0 0.59 189.09 0.46 0.28
Hex 27 5F 69 3F A 0 3B BD 2E 1C
Octal 47 137 151 77 12 0 73 275 56 34
Binary 100111 1011111 1101001 111111 1010 0 111011 10111101 101110 11100

Color Harmonies of #275F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F69

Black with #275F69

Text Example


Text Example

White with #275F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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