Html Css Color HEX #3785CD Curious Blue

📋 copy color: '#3785CD'

red 55 ◦ green 133 ◦ blue 205

#3785CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3785CD

Tints of Curious Blue #3785CD

RGB

 RED value IS 55 (21.88% from 255) = 13.99%

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 13.99%
G = 33.84%
B = 52.16%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3785CD (or 0x3785CD) is known color: Curious Blue. HEX triplet: 37, 85 and CD. RGB value is (55,133,205). Sum of RGB (Red+Green+Blue) = 55+133+205=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #3785CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785CD is #C87A32. Grayscale: #757575. Windows color (decimal): -13138483 or 13468983. OLE color: 13468983.

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

Color convert

RGB 55 133 205 -
CMYK 0.73 0.35 0 0.20
HSL 208.8º 0.6% 0.51% -
HSV(B) 208.8º 0.73% 0.8% -
XYZ 20.98 22 60.9 -
YUV 117.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 55 133 205 0.73 0.35 0 0.20 208.8 0.6 0.51
Hex 37 85 CD 49 23 0 14 D1 3C 33
Octal 67 205 315 111 43 0 24 321 74 63
Binary 110111 10000101 11001101 1001001 100011 0 10100 11010001 111100 110011

Color Harmonies of #3785CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3785CD

Black with #3785CD

Text Example


Text Example

White with #3785CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,133,205); }

 H1.HeaderClassName
 {
   color: #3785CD;
 }
 .AnyTagClassName
 {
   color: #3785CD;
 }
</style>

background-color css

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

 a { background-color: rgb(55,133,205); }

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

border-color css

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

 span { border-color: rgb(55,133,205); }

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