Html Css Color HEX #266069 Blumine

📋 copy color: '#266069'

red 38 ◦ green 96 ◦ blue 105

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

Shades of Blumine #266069

Tints of Blumine #266069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

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

R = 15.9%
G = 40.17%
B = 43.93%

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

#266069 (or 0x266069) is known color: Blumine. HEX triplet: 26, 60 and 69. RGB value is (38,96,105). Sum of RGB (Red+Green+Blue) = 38+96+105=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #266069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266069 is #D99F96. Grayscale: #4F4F4F. Windows color (decimal): -14262167 or 6905894. OLE color: 6905894.

HSL color Cylindrical-coordinate representation of color #266069: hue angle of 188.06º 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 #266069 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 96 105 -
CMYK 0.64 0.09 0 0.59
HSL 188.06º 0.47% 0.28% -
HSV(B) 188.06º 0.64% 0.41% -
XYZ 7.53 9.8 14.86 -
YUV 79.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 38 96 105 0.64 0.09 0 0.59 188.06 0.47 0.28
Hex 26 60 69 40 9 0 3B BC 2F 1C
Octal 46 140 151 100 11 0 73 274 57 34
Binary 100110 1100000 1101001 1000000 1001 0 111011 10111100 101111 11100

Color Harmonies of #266069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266069

Black with #266069

Text Example


Text Example

White with #266069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266069; }

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

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

background-color css

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

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

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

border-color css

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

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

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