Html Css Color HEX #265E67 Blumine

📋 copy color: '#265E67'

red 38 ◦ green 94 ◦ blue 103

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

Shades of Blumine #265E67

Tints of Blumine #265E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 16.17%
G = 40%
B = 43.83%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#265E67 (or 0x265E67) is known color: Blumine. HEX triplet: 26, 5E and 67. RGB value is (38,94,103). Sum of RGB (Red+Green+Blue) = 38+94+103=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #265E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E67 is #D9A198. Grayscale: #4E4E4E. Windows color (decimal): -14262681 or 6774310. OLE color: 6774310.

HSL color Cylindrical-coordinate representation of color #265E67: hue angle of 188.31º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #265E67 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 94 103 -
CMYK 0.63 0.09 0 0.60
HSL 188.31º 0.46% 0.28% -
HSV(B) 188.31º 0.63% 0.4% -
XYZ 7.25 9.4 14.26 -
YUV 78.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 38 94 103 0.63 0.09 0 0.60 188.31 0.46 0.28
Hex 26 5E 67 3F 9 0 3C BC 2E 1C
Octal 46 136 147 77 11 0 74 274 56 34
Binary 100110 1011110 1100111 111111 1001 0 111100 10111100 101110 11100

Color Harmonies of #265E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E67

Black with #265E67

Text Example


Text Example

White with #265E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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