Html Css Color HEX #3D88BC Curious Blue

📋 copy color: '#3D88BC'

red 61 ◦ green 136 ◦ blue 188

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

Shades of Curious Blue #3D88BC

Tints of Curious Blue #3D88BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

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

R = 15.84%
G = 35.32%
B = 48.83%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D88BC (or 0x3D88BC) is known color: Curious Blue. HEX triplet: 3D, 88 and BC. RGB value is (61,136,188). Sum of RGB (Red+Green+Blue) = 61+136+188=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D88BC is #C27743. Grayscale: #777777. Windows color (decimal): -12744516 or 12355645. OLE color: 12355645.

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

Color convert

RGB 61 136 188 -
CMYK 0.68 0.28 0 0.26
HSL 204.57º 0.51% 0.49% -
HSV(B) 204.57º 0.68% 0.74% -
XYZ 19.81 22.23 50.82 -
YUV 119.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 61 136 188 0.68 0.28 0 0.26 204.57 0.51 0.49
Hex 3D 88 BC 44 1C 0 1A CD 33 31
Octal 75 210 274 104 34 0 32 315 63 61
Binary 111101 10001000 10111100 1000100 11100 0 11010 11001101 110011 110001

Color Harmonies of #3D88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D88BC

Black with #3D88BC

Text Example


Text Example

White with #3D88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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