#268ACA

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

Shades of Curious Blue #268ACA

Tints of Curious Blue #268ACA

Color information

#268ACA (or 0x268ACA) is unknown color: approx Curious Blue. HEX triplet: 26, 8A and CA. RGB value is (38,138,202). Sum of RGB (Red+Green+Blue) = 38+138+202=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #268ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ACA is #D97535. Grayscale: #737373. Windows color (decimal): -14251318 or 13273638. OLE color: 13273638.

HSL color Cylindrical-coordinate representation of color #268ACA: hue angle of 203.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268ACA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB38138202-
CMYK0.810.3200.21
HSL203.41º68.33%47.06%-
HSV(B)203.41º81.19%79.22%-
XYZ20.5522.8559.21-
YUV115.4176.8772.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.05%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=10.05%
G=36.51%
B=53.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal381382020.810.3200.21203.4168.3347.06
Hex268ACA5120015cb442f
Octal462123121214002531310457
Binary10011010001010110010101010001100000010101110010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,138,202); }

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

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

 a { background-color: rgb(38,138,202); }

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

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

 span { border-color: rgb(38,138,202); }

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