Html Css Color HEX #265D82 Bahama Blue

📋 copy color: '#265D82'

red 38 ◦ green 93 ◦ blue 130

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

Shades of Bahama Blue #265D82

Tints of Bahama Blue #265D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.81%

R = 14.56%
G = 35.63%
B = 49.81%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#265D82 (or 0x265D82) is known color: Bahama Blue. HEX triplet: 26, 5D and 82. RGB value is (38,93,130). Sum of RGB (Red+Green+Blue) = 38+93+130=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #265D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D82 is #D9A27D. Grayscale: #505050. Windows color (decimal): -14262910 or 8543526. OLE color: 8543526.

HSL color Cylindrical-coordinate representation of color #265D82: hue angle of 204.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265D82 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 93 130 -
CMYK 0.71 0.28 0 0.49
HSL 204.13º 0.55% 0.33% -
HSV(B) 204.13º 0.71% 0.51% -
XYZ 8.74 9.85 22.56 -
YUV 80.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 38 93 130 0.71 0.28 0 0.49 204.13 0.55 0.33
Hex 26 5D 82 47 1C 0 31 CC 37 21
Octal 46 135 202 107 34 0 61 314 67 41
Binary 100110 1011101 10000010 1000111 11100 0 110001 11001100 110111 100001

Color Harmonies of #265D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D82

Black with #265D82

Text Example


Text Example

White with #265D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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