Html Css Color HEX #265D68 Blumine

📋 copy color: '#265D68'

red 38 ◦ green 93 ◦ blue 104

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

Shades of Blumine #265D68

Tints of Blumine #265D68

RGB

 RED value IS 38 (15.23% from 255) = 16.17%

 GREEN value IS 93 (36.72% from 255) = 39.57%

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

R = 16.17%
G = 39.57%
B = 44.26%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265D68 (or 0x265D68) is known color: Blumine. HEX triplet: 26, 5D and 68. RGB value is (38,93,104). Sum of RGB (Red+Green+Blue) = 38+93+104=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #265D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D68 is #D9A297. Grayscale: #4D4D4D. Windows color (decimal): -14262936 or 6839590. OLE color: 6839590.

HSL color Cylindrical-coordinate representation of color #265D68: hue angle of 190º 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 #265D68 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 93 104 -
CMYK 0.63 0.11 0 0.59
HSL 190º 0.46% 0.28% -
HSV(B) 190º 0.63% 0.41% -
XYZ 7.21 9.24 14.5 -
YUV 77.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 38 93 104 0.63 0.11 0 0.59 190 0.46 0.28
Hex 26 5D 68 3F B 0 3B BE 2E 1C
Octal 46 135 150 77 13 0 73 276 56 34
Binary 100110 1011101 1101000 111111 1011 0 111011 10111110 101110 11100

Color Harmonies of #265D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D68

Black with #265D68

Text Example


Text Example

White with #265D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265D68; }

 p { color: rgb(38,93,104); }

 H1.HeaderClassName
 {
   color: #265D68;
 }
 .AnyTagClassName
 {
   color: #265D68;
 }
</style>

background-color css

<style>
 a { background-color: #265D68; }

 a { background-color: rgb(38,93,104); }

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

border-color css

<style>
 span { border-color: #265D68; }

 span { border-color: rgb(38,93,104); }

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