Html Css Color HEX #2695AB Pelorous

📋 copy color: '#2695AB'

red 38 ◦ green 149 ◦ blue 171

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

Shades of Pelorous #2695AB

Tints of Pelorous #2695AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 10.61%
G = 41.62%
B = 47.77%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2695AB (or 0x2695AB) is known color: Pelorous. HEX triplet: 26, 95 and AB. RGB value is (38,149,171). Sum of RGB (Red+Green+Blue) = 38+149+171=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #2695AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2695AB is #D96A54. Grayscale: #767676. Windows color (decimal): -14248533 or 11244838. OLE color: 11244838.

HSL color Cylindrical-coordinate representation of color #2695AB: hue angle of 189.92º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2695AB is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 149 171 -
CMYK 0.78 0.13 0 0.33
HSL 189.92º 0.64% 0.41% -
HSV(B) 189.92º 0.78% 0.67% -
XYZ 18.9 24.85 42.33 -
YUV 118.32 157.73 70.71 -
System Red Green Blue C M Y K H S L
Decimal 38 149 171 0.78 0.13 0 0.33 189.92 0.64 0.41
Hex 26 95 AB 4E D 0 21 BE 40 29
Octal 46 225 253 116 15 0 41 276 100 51
Binary 100110 10010101 10101011 1001110 1101 0 100001 10111110 1000000 101001

Color Harmonies of #2695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2695AB

Black with #2695AB

Text Example


Text Example

White with #2695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2695AB; }

 p { color: rgb(38,149,171); }

 H1.HeaderClassName
 {
   color: #2695AB;
 }
 .AnyTagClassName
 {
   color: #2695AB;
 }
</style>

background-color css

<style>
 a { background-color: #2695AB; }

 a { background-color: rgb(38,149,171); }

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

border-color css

<style>
 span { border-color: #2695AB; }

 span { border-color: rgb(38,149,171); }

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