Html Css Color HEX #265D69 Blumine

📋 copy color: '#265D69'

red 38 ◦ green 93 ◦ blue 105

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

Shades of Blumine #265D69

Tints of Blumine #265D69

RGB

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

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

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

R = 16.1%
G = 39.41%
B = 44.49%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#265D69 (or 0x265D69) is known color: Blumine. HEX triplet: 26, 5D and 69. RGB value is (38,93,105). Sum of RGB (Red+Green+Blue) = 38+93+105=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #265D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D69 is #D9A296. Grayscale: #4D4D4D. Windows color (decimal): -14262935 or 6905126. OLE color: 6905126.

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

Color convert

RGB 38 93 105 -
CMYK 0.64 0.11 0 0.59
HSL 190.75º 0.47% 0.28% -
HSV(B) 190.75º 0.64% 0.41% -
XYZ 7.26 9.26 14.77 -
YUV 77.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 38 93 105 0.64 0.11 0 0.59 190.75 0.47 0.28
Hex 26 5D 69 40 B 0 3B BF 2F 1C
Octal 46 135 151 100 13 0 73 277 57 34
Binary 100110 1011101 1101001 1000000 1011 0 111011 10111111 101111 11100

Color Harmonies of #265D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D69

Black with #265D69

Text Example


Text Example

White with #265D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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