#368DCD

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

Shades of Curious Blue #368DCD

Tints of Curious Blue #368DCD

Color information

#368DCD (or 0x368DCD) is unknown color: approx Curious Blue. HEX triplet: 36, 8D and CD. RGB value is (54,141,205). Sum of RGB (Red+Green+Blue) = 54+141+205=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #368DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DCD is #C97232. Grayscale: #797979. Windows color (decimal): -13201971 or 13471030. OLE color: 13471030.

HSL color Cylindrical-coordinate representation of color #368DCD: hue angle of 205.43º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368DCD is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB54141205-
CMYK0.740.3100.20
HSL205.43º60.16%50.78%-
HSV(B)205.43º73.66%80.39%-
XYZ22.0724.2461.27-
YUV122.28174.6879.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.5%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=13.5%
G=35.25%
B=51.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal541412050.740.3100.20205.4360.1650.78
Hex368DCD4A1F014cd3c33
Octal66215315112370243157463
Binary110110100011011100110110010101111101010011001101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368DCD; }

 p { color: rgb(54,141,205); }

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

<style>
 a { background-color: #368DCD; }

 a { background-color: rgb(54,141,205); }

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

<style>
 span { border-color: #368DCD; }

 span { border-color: rgb(54,141,205); }

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