Html Css Color HEX #2592AF Pelorous

📋 copy color: '#2592AF'

red 37 ◦ green 146 ◦ blue 175

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

Shades of Pelorous #2592AF

Tints of Pelorous #2592AF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

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

R = 10.34%
G = 40.78%
B = 48.88%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2592AF (or 0x2592AF) is known color: Pelorous. HEX triplet: 25, 92 and AF. RGB value is (37,146,175). Sum of RGB (Red+Green+Blue) = 37+146+175=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #2592AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2592AF is #DA6D50. Grayscale: #747474. Windows color (decimal): -14314833 or 11506213. OLE color: 11506213.

HSL color Cylindrical-coordinate representation of color #2592AF: hue angle of 192.61º 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 #2592AF is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 146 175 -
CMYK 0.79 0.17 0 0.31
HSL 192.61º 0.65% 0.42% -
HSV(B) 192.61º 0.79% 0.69% -
XYZ 18.78 24.05 44.21 -
YUV 116.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 37 146 175 0.79 0.17 0 0.31 192.61 0.65 0.42
Hex 25 92 AF 4F 11 0 1F C1 41 2A
Octal 45 222 257 117 21 0 37 301 101 52
Binary 100101 10010010 10101111 1001111 10001 0 11111 11000001 1000001 101010

Color Harmonies of #2592AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2592AF

Black with #2592AF

Text Example


Text Example

White with #2592AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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