Html Css Color HEX #2695CC Pelorous

📋 copy color: '#2695CC'

red 38 ◦ green 149 ◦ blue 204

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

Shades of Pelorous #2695CC

Tints of Pelorous #2695CC

RGB

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

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

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

R = 9.72%
G = 38.11%
B = 52.17%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2695CC (or 0x2695CC) is known color: Pelorous. HEX triplet: 26, 95 and CC. RGB value is (38,149,204). Sum of RGB (Red+Green+Blue) = 38+149+204=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #2695CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2695CC is #D96A33. Grayscale: #797979. Windows color (decimal): -14248500 or 13407526. OLE color: 13407526.

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

Color convert

RGB 38 149 204 -
CMYK 0.81 0.27 0 0.2
HSL 199.88º 0.69% 0.47% -
HSV(B) 199.88º 0.81% 0.8% -
XYZ 22.45 26.27 61.01 -
YUV 122.08 174.23 68.03 -
System Red Green Blue C M Y K H S L
Decimal 38 149 204 0.81 0.27 0 0.2 199.88 0.69 0.47
Hex 26 95 CC 51 1B 0 14 C8 45 2F
Octal 46 225 314 121 33 0 24 310 105 57
Binary 100110 10010101 11001100 1010001 11011 0 10100 11001000 1000101 101111

Color Harmonies of #2695CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2695CC

Black with #2695CC

Text Example


Text Example

White with #2695CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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