Html Css Color HEX #3D7FBA Curious Blue

📋 copy color: '#3D7FBA'

red 61 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #3D7FBA

Tints of Curious Blue #3D7FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 16.31%
G = 33.96%
B = 49.73%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D7FBA (or 0x3D7FBA) is known color: Curious Blue. HEX triplet: 3D, 7F and BA. RGB value is (61,127,186). Sum of RGB (Red+Green+Blue) = 61+127+186=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7FBA is #C28045. Grayscale: #717171. Windows color (decimal): -12746822 or 12222269. OLE color: 12222269.

HSL color Cylindrical-coordinate representation of color #3D7FBA: hue angle of 208.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D7FBA is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 127 186 -
CMYK 0.67 0.32 0 0.27
HSL 208.32º 0.51% 0.48% -
HSV(B) 208.32º 0.67% 0.73% -
XYZ 18.38 19.72 49.29 -
YUV 113.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 61 127 186 0.67 0.32 0 0.27 208.32 0.51 0.48
Hex 3D 7F BA 43 20 0 1B D0 33 30
Octal 75 177 272 103 40 0 33 320 63 60
Binary 111101 1111111 10111010 1000011 100000 0 11011 11010000 110011 110000

Color Harmonies of #3D7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7FBA

Black with #3D7FBA

Text Example


Text Example

White with #3D7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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