Html Css Color HEX #3F9ACB Curious Blue

📋 copy color: '#3F9ACB'

red 63 ◦ green 154 ◦ blue 203

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

Shades of Curious Blue #3F9ACB

Tints of Curious Blue #3F9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

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

R = 15%
G = 36.67%
B = 48.33%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F9ACB (or 0x3F9ACB) is known color: Curious Blue. HEX triplet: 3F, 9A and CB. RGB value is (63,154,203). Sum of RGB (Red+Green+Blue) = 63+154+203=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ACB is #C06534. Grayscale: #848484. Windows color (decimal): -12608821 or 13343295. OLE color: 13343295.

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

Color convert

RGB 63 154 203 -
CMYK 0.69 0.24 0 0.20
HSL 201º 0.57% 0.52% -
HSV(B) 201º 0.69% 0.8% -
XYZ 24.38 28.48 60.71 -
YUV 132.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 63 154 203 0.69 0.24 0 0.20 201 0.57 0.52
Hex 3F 9A CB 45 18 0 14 C9 39 34
Octal 77 232 313 105 30 0 24 311 71 64
Binary 111111 10011010 11001011 1000101 11000 0 10100 11001001 111001 110100

Color Harmonies of #3F9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9ACB

Black with #3F9ACB

Text Example


Text Example

White with #3F9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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