#268BBC

Color #268BBC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #268BBC

Tints of Pelorous #268BBC

Color information

#268BBC (or 0x268BBC) is unknown color: approx Pelorous. HEX triplet: 26, 8B and BC. RGB value is (38,139,188). Sum of RGB (Red+Green+Blue) = 38+139+188=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #268BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BBC is #D97443. Grayscale: #727272. Windows color (decimal): -14251076 or 12356390. OLE color: 12356390.

HSL color Cylindrical-coordinate representation of color #268BBC: hue angle of 199.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268BBC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38139188-
CMYK0.800.2600.26
HSL199.6º66.37%44.31%-
HSV(B)199.6º79.79%73.73%-
XYZ19.1122.5150.91-
YUV114.39169.5473.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.41%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=10.41%
G=38.08%
B=51.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381391880.800.2600.26199.666.3744.31
Hex268BBC501A01Ac8422c
Octal462132741203203231010254
Binary1001101000101110111100101000011010011010110010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268BBC; }

 p { color: rgb(38,139,188); }

 H1.HeaderClassName
 {
   color: #268BBC;
 }
 .AnyTagClassName
 {
   color: #268BBC;
 }
</style>
background-color css

<style>
 a { background-color: #268BBC; }

 a { background-color: rgb(38,139,188); }

 div.DivClassName
 {
   background-color: #268BBC;
 }
 .BgClassName
 {
   background-color: #268BBC;
 }
</style>
border-color css

<style>
 span { border-color: #268BBC; }

 span { border-color: rgb(38,139,188); }

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