Html Css Color HEX #3F7BBE Curious Blue

📋 copy color: '#3F7BBE'

red 63 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #3F7BBE

Tints of Curious Blue #3F7BBE

RGB

 RED value IS 63 (25% from 255) = 16.76%

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

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

R = 16.76%
G = 32.71%
B = 50.53%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F7BBE (or 0x3F7BBE) is known color: Curious Blue. HEX triplet: 3F, 7B and BE. RGB value is (63,123,190). Sum of RGB (Red+Green+Blue) = 63+123+190=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BBE is #C08441. Grayscale: #707070. Windows color (decimal): -12616770 or 12483391. OLE color: 12483391.

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

Color convert

RGB 63 123 190 -
CMYK 0.67 0.35 0 0.25
HSL 211.65º 0.5% 0.5% -
HSV(B) 211.65º 0.67% 0.75% -
XYZ 18.43 18.94 51.4 -
YUV 112.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 63 123 190 0.67 0.35 0 0.25 211.65 0.5 0.5
Hex 3F 7B BE 43 23 0 19 D4 32 32
Octal 77 173 276 103 43 0 31 324 62 62
Binary 111111 1111011 10111110 1000011 100011 0 11001 11010100 110010 110010

Color Harmonies of #3F7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7BBE

Black with #3F7BBE

Text Example


Text Example

White with #3F7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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