Html Css Color HEX #255F6D Blumine

📋 copy color: '#255F6D'

red 37 ◦ green 95 ◦ blue 109

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

Shades of Blumine #255F6D

Tints of Blumine #255F6D

RGB

 RED value IS 37 (14.84% from 255) = 15.35%

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

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 15.35%
G = 39.42%
B = 45.23%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#255F6D (or 0x255F6D) is known color: Blumine. HEX triplet: 25, 5F and 6D. RGB value is (37,95,109). Sum of RGB (Red+Green+Blue) = 37+95+109=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #255F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F6D is #DAA092. Grayscale: #4F4F4F. Windows color (decimal): -14327955 or 7167781. OLE color: 7167781.

HSL color Cylindrical-coordinate representation of color #255F6D: hue angle of 191.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255F6D is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 95 109 -
CMYK 0.66 0.13 0 0.57
HSL 191.67º 0.49% 0.29% -
HSV(B) 191.67º 0.66% 0.43% -
XYZ 7.62 9.68 15.94 -
YUV 79.25 144.78 97.86 -
System Red Green Blue C M Y K H S L
Decimal 37 95 109 0.66 0.13 0 0.57 191.67 0.49 0.29
Hex 25 5F 6D 42 D 0 39 C0 31 1D
Octal 45 137 155 102 15 0 71 300 61 35
Binary 100101 1011111 1101101 1000010 1101 0 111001 11000000 110001 11101

Color Harmonies of #255F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F6D

Black with #255F6D

Text Example


Text Example

White with #255F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255F6D; }

 p { color: rgb(37,95,109); }

 H1.HeaderClassName
 {
   color: #255F6D;
 }
 .AnyTagClassName
 {
   color: #255F6D;
 }
</style>

background-color css

<style>
 a { background-color: #255F6D; }

 a { background-color: rgb(37,95,109); }

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

border-color css

<style>
 span { border-color: #255F6D; }

 span { border-color: rgb(37,95,109); }

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