Html Css Color HEX #3F94CB Curious Blue

📋 copy color: '#3F94CB'

red 63 ◦ green 148 ◦ blue 203

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

Shades of Curious Blue #3F94CB

Tints of Curious Blue #3F94CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 15.22%
G = 35.75%
B = 49.03%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F94CB (or 0x3F94CB) is known color: Curious Blue. HEX triplet: 3F, 94 and CB. RGB value is (63,148,203). Sum of RGB (Red+Green+Blue) = 63+148+203=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F94CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94CB is #C06B34. Grayscale: #808080. Windows color (decimal): -12610357 or 13341759. OLE color: 13341759.

HSL color Cylindrical-coordinate representation of color #3F94CB: hue angle of 203.57º 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 #3F94CB is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 148 203 -
CMYK 0.69 0.27 0 0.20
HSL 203.57º 0.57% 0.52% -
HSV(B) 203.57º 0.69% 0.8% -
XYZ 23.42 26.55 60.39 -
YUV 128.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 63 148 203 0.69 0.27 0 0.20 203.57 0.57 0.52
Hex 3F 94 CB 45 1B 0 14 CC 39 34
Octal 77 224 313 105 33 0 24 314 71 64
Binary 111111 10010100 11001011 1000101 11011 0 10100 11001100 111001 110100

Color Harmonies of #3F94CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F94CB

Black with #3F94CB

Text Example


Text Example

White with #3F94CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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