Html Css Color HEX #3D7BBE Curious Blue

📋 copy color: '#3D7BBE'

red 61 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #3D7BBE

Tints of Curious Blue #3D7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.89%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 16.31%
G = 32.89%
B = 50.8%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D7BBE (or 0x3D7BBE) is known color: Curious Blue. HEX triplet: 3D, 7B and BE. RGB value is (61,123,190). Sum of RGB (Red+Green+Blue) = 61+123+190=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7BBE is #C28441. Grayscale: #6F6F6F. Windows color (decimal): -12747842 or 12483389. OLE color: 12483389.

HSL color Cylindrical-coordinate representation of color #3D7BBE: hue angle of 211.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D7BBE is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 123 190 -
CMYK 0.68 0.35 0 0.25
HSL 211.16º 0.51% 0.49% -
HSV(B) 211.16º 0.68% 0.75% -
XYZ 18.3 18.88 51.39 -
YUV 112.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 61 123 190 0.68 0.35 0 0.25 211.16 0.51 0.49
Hex 3D 7B BE 44 23 0 19 D3 33 31
Octal 75 173 276 104 43 0 31 323 63 61
Binary 111101 1111011 10111110 1000100 100011 0 11001 11010011 110011 110001

Color Harmonies of #3D7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7BBE

Black with #3D7BBE

Text Example


Text Example

White with #3D7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,123,190); }

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

background-color css

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

 a { background-color: rgb(61,123,190); }

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

border-color css

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

 span { border-color: rgb(61,123,190); }

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