Html Css Color HEX #3D8EBD Curious Blue

📋 copy color: '#3D8EBD'

red 61 ◦ green 142 ◦ blue 189

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

Shades of Curious Blue #3D8EBD

Tints of Curious Blue #3D8EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 15.56%
G = 36.22%
B = 48.21%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D8EBD (or 0x3D8EBD) is known color: Curious Blue. HEX triplet: 3D, 8E and BD. RGB value is (61,142,189). Sum of RGB (Red+Green+Blue) = 61+142+189=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D8EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8EBD is #C27142. Grayscale: #7A7A7A. Windows color (decimal): -12742979 or 12422717. OLE color: 12422717.

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

Color convert

RGB 61 142 189 -
CMYK 0.68 0.25 0 0.26
HSL 202.03º 0.51% 0.49% -
HSV(B) 202.03º 0.68% 0.74% -
XYZ 20.78 24.01 51.68 -
YUV 123.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 61 142 189 0.68 0.25 0 0.26 202.03 0.51 0.49
Hex 3D 8E BD 44 19 0 1A CA 33 31
Octal 75 216 275 104 31 0 32 312 63 61
Binary 111101 10001110 10111101 1000100 11001 0 11010 11001010 110011 110001

Color Harmonies of #3D8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8EBD

Black with #3D8EBD

Text Example


Text Example

White with #3D8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,142,189); }

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

background-color css

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

 a { background-color: rgb(61,142,189); }

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

border-color css

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

 span { border-color: rgb(61,142,189); }

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