Html Css Color HEX #3D8BCC Curious Blue

📋 copy color: '#3D8BCC'

red 61 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #3D8BCC

Tints of Curious Blue #3D8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.41%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 15.1%
G = 34.41%
B = 50.5%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3D8BCC (or 0x3D8BCC) is known color: Curious Blue. HEX triplet: 3D, 8B and CC. RGB value is (61,139,204). Sum of RGB (Red+Green+Blue) = 61+139+204=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D8BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8BCC is #C27433. Grayscale: #7A7A7A. Windows color (decimal): -12743732 or 13404989. OLE color: 13404989.

HSL color Cylindrical-coordinate representation of color #3D8BCC: hue angle of 207.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D8BCC is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 139 204 -
CMYK 0.70 0.32 0 0.2
HSL 207.27º 0.58% 0.52% -
HSV(B) 207.27º 0.7% 0.8% -
XYZ 22.06 23.82 60.56 -
YUV 123.09 173.66 83.71 -
System Red Green Blue C M Y K H S L
Decimal 61 139 204 0.70 0.32 0 0.2 207.27 0.58 0.52
Hex 3D 8B CC 46 20 0 14 CF 3A 34
Octal 75 213 314 106 40 0 24 317 72 64
Binary 111101 10001011 11001100 1000110 100000 0 10100 11001111 111010 110100

Color Harmonies of #3D8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8BCC

Black with #3D8BCC

Text Example


Text Example

White with #3D8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,139,204); }

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

background-color css

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

 a { background-color: rgb(61,139,204); }

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

border-color css

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

 span { border-color: rgb(61,139,204); }

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