Html Css Color HEX #255F69 Blumine

📋 copy color: '#255F69'

red 37 ◦ green 95 ◦ blue 105

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

Shades of Blumine #255F69

Tints of Blumine #255F69

RGB

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

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

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

R = 15.61%
G = 40.08%
B = 44.3%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255F69 (or 0x255F69) is known color: Blumine. HEX triplet: 25, 5F and 69. RGB value is (37,95,105). Sum of RGB (Red+Green+Blue) = 37+95+105=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #255F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F69 is #DAA096. Grayscale: #4E4E4E. Windows color (decimal): -14327959 or 6905637. OLE color: 6905637.

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

Color convert

RGB 37 95 105 -
CMYK 0.65 0.10 0 0.59
HSL 188.82º 0.48% 0.28% -
HSV(B) 188.82º 0.65% 0.41% -
XYZ 7.4 9.6 14.83 -
YUV 78.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 37 95 105 0.65 0.10 0 0.59 188.82 0.48 0.28
Hex 25 5F 69 41 A 0 3B BD 30 1C
Octal 45 137 151 101 12 0 73 275 60 34
Binary 100101 1011111 1101001 1000001 1010 0 111011 10111101 110000 11100

Color Harmonies of #255F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F69

Black with #255F69

Text Example


Text Example

White with #255F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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