Html Css Color HEX #265381 Bahama Blue

📋 copy color: '#265381'

red 38 ◦ green 83 ◦ blue 129

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

Shades of Bahama Blue #265381

Tints of Bahama Blue #265381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 15.2%
G = 33.2%
B = 51.6%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#265381 (or 0x265381) is known color: Bahama Blue. HEX triplet: 26, 53 and 81. RGB value is (38,83,129). Sum of RGB (Red+Green+Blue) = 38+83+129=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #265381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265381 is #D9AC7E. Grayscale: #4A4A4A. Windows color (decimal): -14265471 or 8475430. OLE color: 8475430.

HSL color Cylindrical-coordinate representation of color #265381: hue angle of 210.33º degrees, saturation: 0.54, 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 #265381 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 83 129 -
CMYK 0.71 0.36 0 0.49
HSL 210.33º 0.54% 0.33% -
HSV(B) 210.33º 0.71% 0.51% -
XYZ 7.86 8.18 21.93 -
YUV 74.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 38 83 129 0.71 0.36 0 0.49 210.33 0.54 0.33
Hex 26 53 81 47 24 0 31 D2 36 21
Octal 46 123 201 107 44 0 61 322 66 41
Binary 100110 1010011 10000001 1000111 100100 0 110001 11010010 110110 100001

Color Harmonies of #265381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265381

Black with #265381

Text Example


Text Example

White with #265381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265381; }

 p { color: rgb(38,83,129); }

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

background-color css

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

 a { background-color: rgb(38,83,129); }

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

border-color css

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

 span { border-color: rgb(38,83,129); }

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