Html Css Color HEX #2695C5 Pelorous

📋 copy color: '#2695C5'

red 38 ◦ green 149 ◦ blue 197

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

Shades of Pelorous #2695C5

Tints of Pelorous #2695C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.3%

R = 9.9%
G = 38.8%
B = 51.3%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2695C5 (or 0x2695C5) is known color: Pelorous. HEX triplet: 26, 95 and C5. RGB value is (38,149,197). Sum of RGB (Red+Green+Blue) = 38+149+197=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #2695C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2695C5 is #D96A3A. Grayscale: #787878. Windows color (decimal): -14248507 or 12948774. OLE color: 12948774.

HSL color Cylindrical-coordinate representation of color #2695C5: hue angle of 198.11º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2695C5 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 38 149 197 -
CMYK 0.81 0.24 0 0.23
HSL 198.11º 0.68% 0.46% -
HSV(B) 198.11º 0.81% 0.77% -
XYZ 21.62 25.94 56.69 -
YUV 121.28 170.73 68.6 -
System Red Green Blue C M Y K H S L
Decimal 38 149 197 0.81 0.24 0 0.23 198.11 0.68 0.46
Hex 26 95 C5 51 18 0 17 C6 44 2E
Octal 46 225 305 121 30 0 27 306 104 56
Binary 100110 10010101 11000101 1010001 11000 0 10111 11000110 1000100 101110

Color Harmonies of #2695C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2695C5

Black with #2695C5

Text Example


Text Example

White with #2695C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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