Html Css Color HEX #3D85BC Curious Blue

📋 copy color: '#3D85BC'

red 61 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #3D85BC

Tints of Curious Blue #3D85BC

RGB

 RED value IS 61 (24.22% from 255) = 15.97%

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 15.97%
G = 34.82%
B = 49.21%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D85BC (or 0x3D85BC) is known color: Curious Blue. HEX triplet: 3D, 85 and BC. RGB value is (61,133,188). Sum of RGB (Red+Green+Blue) = 61+133+188=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D85BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D85BC is #C27A43. Grayscale: #757575. Windows color (decimal): -12745284 or 12354877. OLE color: 12354877.

HSL color Cylindrical-coordinate representation of color #3D85BC: hue angle of 205.98º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D85BC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 133 188 -
CMYK 0.68 0.29 0 0.26
HSL 205.98º 0.51% 0.49% -
HSV(B) 205.98º 0.68% 0.74% -
XYZ 19.39 21.4 50.69 -
YUV 117.74 167.65 87.53 -
System Red Green Blue C M Y K H S L
Decimal 61 133 188 0.68 0.29 0 0.26 205.98 0.51 0.49
Hex 3D 85 BC 44 1D 0 1A CE 33 31
Octal 75 205 274 104 35 0 32 316 63 61
Binary 111101 10000101 10111100 1000100 11101 0 11010 11001110 110011 110001

Color Harmonies of #3D85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D85BC

Black with #3D85BC

Text Example


Text Example

White with #3D85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D85BC; }

 p { color: rgb(61,133,188); }

 H1.HeaderClassName
 {
   color: #3D85BC;
 }
 .AnyTagClassName
 {
   color: #3D85BC;
 }
</style>

background-color css

<style>
 a { background-color: #3D85BC; }

 a { background-color: rgb(61,133,188); }

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

border-color css

<style>
 span { border-color: #3D85BC; }

 span { border-color: rgb(61,133,188); }

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