Html Css Color HEX #3D8ABC Curious Blue

📋 copy color: '#3D8ABC'

red 61 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #3D8ABC

Tints of Curious Blue #3D8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 15.76%
G = 35.66%
B = 48.58%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D8ABC (or 0x3D8ABC) is known color: Curious Blue. HEX triplet: 3D, 8A and BC. RGB value is (61,138,188). Sum of RGB (Red+Green+Blue) = 61+138+188=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8ABC is #C27543. Grayscale: #787878. Windows color (decimal): -12744004 or 12356157. OLE color: 12356157.

HSL color Cylindrical-coordinate representation of color #3D8ABC: hue angle of 203.62º 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 #3D8ABC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 138 188 -
CMYK 0.68 0.27 0 0.26
HSL 203.62º 0.51% 0.49% -
HSV(B) 203.62º 0.68% 0.74% -
XYZ 20.09 22.8 50.92 -
YUV 120.68 165.99 85.43 -
System Red Green Blue C M Y K H S L
Decimal 61 138 188 0.68 0.27 0 0.26 203.62 0.51 0.49
Hex 3D 8A BC 44 1B 0 1A CC 33 31
Octal 75 212 274 104 33 0 32 314 63 61
Binary 111101 10001010 10111100 1000100 11011 0 11010 11001100 110011 110001

Color Harmonies of #3D8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8ABC

Black with #3D8ABC

Text Example


Text Example

White with #3D8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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