Html Css Color HEX #265E6D Blumine

📋 copy color: '#265E6D'

red 38 ◦ green 94 ◦ blue 109

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

Shades of Blumine #265E6D

Tints of Blumine #265E6D

RGB

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

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

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

R = 15.77%
G = 39%
B = 45.23%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#265E6D (or 0x265E6D) is known color: Blumine. HEX triplet: 26, 5E and 6D. RGB value is (38,94,109). Sum of RGB (Red+Green+Blue) = 38+94+109=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 94 (37.11% from 255 or 39.00% 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 #265E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E6D is #D9A192. Grayscale: #4E4E4E. Windows color (decimal): -14262675 or 7167526. OLE color: 7167526.

HSL color Cylindrical-coordinate representation of color #265E6D: hue angle of 192.68º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #265E6D is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 94 109 -
CMYK 0.65 0.14 0 0.57
HSL 192.68º 0.48% 0.29% -
HSV(B) 192.68º 0.65% 0.43% -
XYZ 7.56 9.52 15.91 -
YUV 78.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 38 94 109 0.65 0.14 0 0.57 192.68 0.48 0.29
Hex 26 5E 6D 41 E 0 39 C1 30 1D
Octal 46 136 155 101 16 0 71 301 60 35
Binary 100110 1011110 1101101 1000001 1110 0 111001 11000001 110000 11101

Color Harmonies of #265E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E6D

Black with #265E6D

Text Example


Text Example

White with #265E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,94,109); }

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

background-color css

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

 a { background-color: rgb(38,94,109); }

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

border-color css

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

 span { border-color: rgb(38,94,109); }

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