#267FBA

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

Shades of Curious Blue #267FBA

Tints of Curious Blue #267FBA

Color information

#267FBA (or 0x267FBA) is unknown color: approx Curious Blue. HEX triplet: 26, 7F and BA. RGB value is (38,127,186). Sum of RGB (Red+Green+Blue) = 38+127+186=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #267FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FBA is #D98045. Grayscale: #6A6A6A. Windows color (decimal): -14254150 or 12222246. OLE color: 12222246.

HSL color Cylindrical-coordinate representation of color #267FBA: hue angle of 203.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267FBA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB38127186-
CMYK0.800.3200.27
HSL203.92º66.07%43.92%-
HSV(B)203.92º79.57%72.94%-
XYZ17.2519.1449.24-
YUV107.11172.5178.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=10.83%
G=36.18%
B=52.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381271860.800.3200.27203.9266.0743.92
Hex267FBA502001Bcc422c
Octal461772721204003331410254
Binary1001101111111101110101010000100000011011110011001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267FBA; }

 p { color: rgb(38,127,186); }

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

<style>
 a { background-color: #267FBA; }

 a { background-color: rgb(38,127,186); }

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

<style>
 span { border-color: #267FBA; }

 span { border-color: rgb(38,127,186); }

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