Html Css Color HEX #3F77CB Curious Blue

📋 copy color: '#3F77CB'

red 63 ◦ green 119 ◦ blue 203

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

Shades of Curious Blue #3F77CB

Tints of Curious Blue #3F77CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 16.36%
G = 30.91%
B = 52.73%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F77CB (or 0x3F77CB) is known color: Curious Blue. HEX triplet: 3F, 77 and CB. RGB value is (63,119,203). Sum of RGB (Red+Green+Blue) = 63+119+203=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F77CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77CB is #C08834. Grayscale: #6F6F6F. Windows color (decimal): -12617781 or 13334335. OLE color: 13334335.

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

Color convert

RGB 63 119 203 -
CMYK 0.69 0.41 0 0.20
HSL 216º 0.57% 0.52% -
HSV(B) 216º 0.69% 0.8% -
XYZ 19.43 18.56 59.06 -
YUV 111.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 63 119 203 0.69 0.41 0 0.20 216 0.57 0.52
Hex 3F 77 CB 45 29 0 14 D8 39 34
Octal 77 167 313 105 51 0 24 330 71 64
Binary 111111 1110111 11001011 1000101 101001 0 10100 11011000 111001 110100

Color Harmonies of #3F77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F77CB

Black with #3F77CB

Text Example


Text Example

White with #3F77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,119,203); }

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

background-color css

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

 a { background-color: rgb(63,119,203); }

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

border-color css

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

 span { border-color: rgb(63,119,203); }

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