Html Css Color HEX #3F7BCD Curious Blue

📋 copy color: '#3F7BCD'

red 63 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #3F7BCD

Tints of Curious Blue #3F7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 16.11%
G = 31.46%
B = 52.43%

CMYK

 C value IS 0.69

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F7BCD (or 0x3F7BCD) is known color: Curious Blue. HEX triplet: 3F, 7B and CD. RGB value is (63,123,205). Sum of RGB (Red+Green+Blue) = 63+123+205=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BCD is #C08432. Grayscale: #727272. Windows color (decimal): -12616755 or 13466431. OLE color: 13466431.

HSL color Cylindrical-coordinate representation of color #3F7BCD: hue angle of 214.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7BCD is Cyan = 0.69, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 123 205 -
CMYK 0.69 0.4 0 0.20
HSL 214.65º 0.59% 0.53% -
HSV(B) 214.65º 0.69% 0.8% -
XYZ 20.15 19.63 60.48 -
YUV 114.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 63 123 205 0.69 0.4 0 0.20 214.65 0.59 0.53
Hex 3F 7B CD 45 28 0 14 D7 3B 35
Octal 77 173 315 105 50 0 24 327 73 65
Binary 111111 1111011 11001101 1000101 101000 0 10100 11010111 111011 110101

Color Harmonies of #3F7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7BCD

Black with #3F7BCD

Text Example


Text Example

White with #3F7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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