Html Css Color HEX #3D7FB7 Curious Blue

📋 copy color: '#3D7FB7'

red 61 ◦ green 127 ◦ blue 183

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

Shades of Curious Blue #3D7FB7

Tints of Curious Blue #3D7FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 16.44%
G = 34.23%
B = 49.33%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3D7FB7 (or 0x3D7FB7) is known color: Curious Blue. HEX triplet: 3D, 7F and B7. RGB value is (61,127,183). Sum of RGB (Red+Green+Blue) = 61+127+183=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #3D7FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7FB7 is #C28048. Grayscale: #717171. Windows color (decimal): -12746825 or 12025661. OLE color: 12025661.

HSL color Cylindrical-coordinate representation of color #3D7FB7: hue angle of 207.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D7FB7 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 127 183 -
CMYK 0.67 0.31 0 0.28
HSL 207.54º 0.5% 0.48% -
HSV(B) 207.54º 0.67% 0.72% -
XYZ 18.06 19.59 47.63 -
YUV 113.65 167.13 90.45 -
System Red Green Blue C M Y K H S L
Decimal 61 127 183 0.67 0.31 0 0.28 207.54 0.5 0.48
Hex 3D 7F B7 43 1F 0 1C D0 32 30
Octal 75 177 267 103 37 0 34 320 62 60
Binary 111101 1111111 10110111 1000011 11111 0 11100 11010000 110010 110000

Color Harmonies of #3D7FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7FB7

Black with #3D7FB7

Text Example


Text Example

White with #3D7FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,127,183); }

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

background-color css

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

 a { background-color: rgb(61,127,183); }

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

border-color css

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

 span { border-color: rgb(61,127,183); }

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