Html Css Color HEX #3D7ABC Curious Blue

📋 copy color: '#3D7ABC'

red 61 ◦ green 122 ◦ blue 188

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

Shades of Curious Blue #3D7ABC

Tints of Curious Blue #3D7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 16.44%
G = 32.88%
B = 50.67%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D7ABC (or 0x3D7ABC) is known color: Curious Blue. HEX triplet: 3D, 7A and BC. RGB value is (61,122,188). Sum of RGB (Red+Green+Blue) = 61+122+188=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7ABC is #C28543. Grayscale: #6E6E6E. Windows color (decimal): -12748100 or 12352061. OLE color: 12352061.

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

Color convert

RGB 61 122 188 -
CMYK 0.68 0.35 0 0.26
HSL 211.18º 0.51% 0.49% -
HSV(B) 211.18º 0.68% 0.74% -
XYZ 17.96 18.54 50.21 -
YUV 111.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 61 122 188 0.68 0.35 0 0.26 211.18 0.51 0.49
Hex 3D 7A BC 44 23 0 1A D3 33 31
Octal 75 172 274 104 43 0 32 323 63 61
Binary 111101 1111010 10111100 1000100 100011 0 11010 11010011 110011 110001

Color Harmonies of #3D7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7ABC

Black with #3D7ABC

Text Example


Text Example

White with #3D7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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