Html Css Color HEX #2593CC Pelorous

📋 copy color: '#2593CC'

red 37 ◦ green 147 ◦ blue 204

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

Shades of Pelorous #2593CC

Tints of Pelorous #2593CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 9.54%
G = 37.89%
B = 52.58%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2593CC (or 0x2593CC) is known color: Pelorous. HEX triplet: 25, 93 and CC. RGB value is (37,147,204). Sum of RGB (Red+Green+Blue) = 37+147+204=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #2593CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2593CC is #DA6C33. Grayscale: #787878. Windows color (decimal): -14314548 or 13407013. OLE color: 13407013.

HSL color Cylindrical-coordinate representation of color #2593CC: hue angle of 200.48º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2593CC is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 147 204 -
CMYK 0.82 0.28 0 0.2
HSL 200.48º 0.69% 0.47% -
HSV(B) 200.48º 0.82% 0.8% -
XYZ 22.1 25.62 60.91 -
YUV 120.61 175.06 68.37 -
System Red Green Blue C M Y K H S L
Decimal 37 147 204 0.82 0.28 0 0.2 200.48 0.69 0.47
Hex 25 93 CC 52 1C 0 14 C8 45 2F
Octal 45 223 314 122 34 0 24 310 105 57
Binary 100101 10010011 11001100 1010010 11100 0 10100 11001000 1000101 101111

Color Harmonies of #2593CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2593CC

Black with #2593CC

Text Example


Text Example

White with #2593CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2593CC; }

 p { color: rgb(37,147,204); }

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

background-color css

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

 a { background-color: rgb(37,147,204); }

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

border-color css

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

 span { border-color: rgb(37,147,204); }

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