Html Css Color HEX #256285 Bahama Blue

📋 copy color: '#256285'

red 37 ◦ green 98 ◦ blue 133

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

Shades of Bahama Blue #256285

Tints of Bahama Blue #256285

RGB

 RED value IS 37 (14.84% from 255) = 13.81%

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 13.81%
G = 36.57%
B = 49.63%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#256285 (or 0x256285) is known color: Bahama Blue. HEX triplet: 25, 62 and 85. RGB value is (37,98,133). Sum of RGB (Red+Green+Blue) = 37+98+133=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #256285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256285 is #DA9D7A. Grayscale: #535353. Windows color (decimal): -14327163 or 8741413. OLE color: 8741413.

HSL color Cylindrical-coordinate representation of color #256285: hue angle of 201.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256285 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 98 133 -
CMYK 0.72 0.26 0 0.48
HSL 201.88º 0.56% 0.33% -
HSV(B) 201.88º 0.72% 0.52% -
XYZ 9.36 10.82 23.79 -
YUV 83.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 37 98 133 0.72 0.26 0 0.48 201.88 0.56 0.33
Hex 25 62 85 48 1A 0 30 CA 38 21
Octal 45 142 205 110 32 0 60 312 70 41
Binary 100101 1100010 10000101 1001000 11010 0 110000 11001010 111000 100001

Color Harmonies of #256285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256285

Black with #256285

Text Example


Text Example

White with #256285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256285; }

 p { color: rgb(37,98,133); }

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

background-color css

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

 a { background-color: rgb(37,98,133); }

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

border-color css

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

 span { border-color: rgb(37,98,133); }

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