Html Css Color HEX #275E6B Blumine

📋 copy color: '#275E6B'

red 39 ◦ green 94 ◦ blue 107

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

Shades of Blumine #275E6B

Tints of Blumine #275E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 16.25%
G = 39.17%
B = 44.58%

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

#275E6B (or 0x275E6B) is known color: Blumine. HEX triplet: 27, 5E and 6B. RGB value is (39,94,107). Sum of RGB (Red+Green+Blue) = 39+94+107=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #275E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E6B is #D8A194. Grayscale: #4E4E4E. Windows color (decimal): -14197141 or 7036455. OLE color: 7036455.

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

Color convert

RGB 39 94 107 -
CMYK 0.64 0.12 0 0.58
HSL 191.47º 0.47% 0.29% -
HSV(B) 191.47º 0.64% 0.42% -
XYZ 7.49 9.5 15.35 -
YUV 79.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 39 94 107 0.64 0.12 0 0.58 191.47 0.47 0.29
Hex 27 5E 6B 40 C 0 3A BF 2F 1D
Octal 47 136 153 100 14 0 72 277 57 35
Binary 100111 1011110 1101011 1000000 1100 0 111010 10111111 101111 11101

Color Harmonies of #275E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E6B

Black with #275E6B

Text Example


Text Example

White with #275E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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