Html Css Color HEX #255F68 Blumine

📋 copy color: '#255F68'

red 37 ◦ green 95 ◦ blue 104

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

Shades of Blumine #255F68

Tints of Blumine #255F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 15.68%
G = 40.25%
B = 44.07%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#255F68 (or 0x255F68) is known color: Blumine. HEX triplet: 25, 5F and 68. RGB value is (37,95,104). Sum of RGB (Red+Green+Blue) = 37+95+104=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #255F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F68 is #DAA097. Grayscale: #4E4E4E. Windows color (decimal): -14327960 or 6840101. OLE color: 6840101.

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

Color convert

RGB 37 95 104 -
CMYK 0.64 0.09 0 0.59
HSL 188.06º 0.48% 0.28% -
HSV(B) 188.06º 0.64% 0.41% -
XYZ 7.35 9.58 14.56 -
YUV 78.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 37 95 104 0.64 0.09 0 0.59 188.06 0.48 0.28
Hex 25 5F 68 40 9 0 3B BC 30 1C
Octal 45 137 150 100 11 0 73 274 60 34
Binary 100101 1011111 1101000 1000000 1001 0 111011 10111100 110000 11100

Color Harmonies of #255F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F68

Black with #255F68

Text Example


Text Example

White with #255F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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