Html Css Color HEX #2583AF Pelorous

📋 copy color: '#2583AF'

red 37 ◦ green 131 ◦ blue 175

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

Shades of Pelorous #2583AF

Tints of Pelorous #2583AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 10.79%
G = 38.19%
B = 51.02%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2583AF (or 0x2583AF) is known color: Pelorous. HEX triplet: 25, 83 and AF. RGB value is (37,131,175). Sum of RGB (Red+Green+Blue) = 37+131+175=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #2583AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2583AF is #DA7C50. Grayscale: #6B6B6B. Windows color (decimal): -14318673 or 11502373. OLE color: 11502373.

HSL color Cylindrical-coordinate representation of color #2583AF: hue angle of 199.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2583AF is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 131 175 -
CMYK 0.79 0.25 0 0.31
HSL 199.13º 0.65% 0.42% -
HSV(B) 199.13º 0.79% 0.69% -
XYZ 16.62 19.72 43.49 -
YUV 107.91 165.86 77.42 -
System Red Green Blue C M Y K H S L
Decimal 37 131 175 0.79 0.25 0 0.31 199.13 0.65 0.42
Hex 25 83 AF 4F 19 0 1F C7 41 2A
Octal 45 203 257 117 31 0 37 307 101 52
Binary 100101 10000011 10101111 1001111 11001 0 11111 11000111 1000001 101010

Color Harmonies of #2583AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2583AF

Black with #2583AF

Text Example


Text Example

White with #2583AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2583AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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