#3691CD

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

Shades of Curious Blue #3691CD

Tints of Curious Blue #3691CD

Color information

#3691CD (or 0x3691CD) is unknown color: approx Curious Blue. HEX triplet: 36, 91 and CD. RGB value is (54,145,205). Sum of RGB (Red+Green+Blue) = 54+145+205=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #3691CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3691CD is #C96E32. Grayscale: #7C7C7C. Windows color (decimal): -13200947 or 13472054. OLE color: 13472054.

HSL color Cylindrical-coordinate representation of color #3691CD: hue angle of 203.84º 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 #3691CD is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB54145205-
CMYK0.740.2900.20
HSL203.84º60.16%50.78%-
HSV(B)203.84º73.66%80.39%-
XYZ22.6725.4461.47-
YUV124.63173.3577.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.37%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 50.74%
R=13.37%
G=35.89%
B=50.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal541452050.740.2900.20203.8460.1650.78
Hex3691CD4A1D014cc3c33
Octal66221315112350243147463
Binary110110100100011100110110010101110101010011001100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3691CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3691CD; }

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

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

<style>
 a { background-color: #3691CD; }

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

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

<style>
 span { border-color: #3691CD; }

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

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