Html Css Color HEX #256B83 Allports

📋 copy color: '#256B83'

red 37 ◦ green 107 ◦ blue 131

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

Shades of Allports #256B83

Tints of Allports #256B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.91%

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 13.45%
G = 38.91%
B = 47.64%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256B83 (or 0x256B83) is known color: Allports. HEX triplet: 25, 6B and 83. RGB value is (37,107,131). Sum of RGB (Red+Green+Blue) = 37+107+131=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #256B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B83 is #DA947C. Grayscale: #585858. Windows color (decimal): -14324861 or 8612645. OLE color: 8612645.

HSL color Cylindrical-coordinate representation of color #256B83: hue angle of 195.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256B83 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 107 131 -
CMYK 0.72 0.18 0 0.49
HSL 195.32º 0.56% 0.33% -
HSV(B) 195.32º 0.72% 0.51% -
XYZ 10.12 12.55 23.36 -
YUV 88.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 37 107 131 0.72 0.18 0 0.49 195.32 0.56 0.33
Hex 25 6B 83 48 12 0 31 C3 38 21
Octal 45 153 203 110 22 0 61 303 70 41
Binary 100101 1101011 10000011 1001000 10010 0 110001 11000011 111000 100001

Color Harmonies of #256B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B83

Black with #256B83

Text Example


Text Example

White with #256B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256B83; }

 p { color: rgb(37,107,131); }

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

background-color css

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

 a { background-color: rgb(37,107,131); }

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

border-color css

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

 span { border-color: rgb(37,107,131); }

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