Html Css Color HEX #2693BE Pelorous

📋 copy color: '#2693BE'

red 38 ◦ green 147 ◦ blue 190

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

Shades of Pelorous #2693BE

Tints of Pelorous #2693BE

RGB

 RED value IS 38 (15.23% from 255) = 10.13%

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 10.13%
G = 39.2%
B = 50.67%

CMYK

 C value IS 0.8

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2693BE (or 0x2693BE) is known color: Pelorous. HEX triplet: 26, 93 and BE. RGB value is (38,147,190). Sum of RGB (Red+Green+Blue) = 38+147+190=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #2693BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2693BE is #D96C41. Grayscale: #777777. Windows color (decimal): -14249026 or 12489510. OLE color: 12489510.

HSL color Cylindrical-coordinate representation of color #2693BE: hue angle of 196.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2693BE is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 147 190 -
CMYK 0.8 0.23 0 0.25
HSL 196.97º 0.67% 0.45% -
HSV(B) 196.97º 0.8% 0.75% -
XYZ 20.53 25 52.46 -
YUV 119.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 38 147 190 0.8 0.23 0 0.25 196.97 0.67 0.45
Hex 26 93 BE 50 17 0 19 C5 43 2D
Octal 46 223 276 120 27 0 31 305 103 55
Binary 100110 10010011 10111110 1010000 10111 0 11001 11000101 1000011 101101

Color Harmonies of #2693BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2693BE

Black with #2693BE

Text Example


Text Example

White with #2693BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2693BE; }

 p { color: rgb(38,147,190); }

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

background-color css

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

 a { background-color: rgb(38,147,190); }

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

border-color css

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

 span { border-color: rgb(38,147,190); }

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