Html Css Color HEX #3F99CA Curious Blue

📋 copy color: '#3F99CA'

red 63 ◦ green 153 ◦ blue 202

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

Shades of Curious Blue #3F99CA

Tints of Curious Blue #3F99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 15.07%
G = 36.6%
B = 48.33%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F99CA (or 0x3F99CA) is known color: Curious Blue. HEX triplet: 3F, 99 and CA. RGB value is (63,153,202). Sum of RGB (Red+Green+Blue) = 63+153+202=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99CA is #C06635. Grayscale: #838383. Windows color (decimal): -12609078 or 13277503. OLE color: 13277503.

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

Color convert

RGB 63 153 202 -
CMYK 0.69 0.24 0 0.21
HSL 201.15º 0.57% 0.52% -
HSV(B) 201.15º 0.69% 0.79% -
XYZ 24.1 28.1 60.03 -
YUV 131.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 63 153 202 0.69 0.24 0 0.21 201.15 0.57 0.52
Hex 3F 99 CA 45 18 0 15 C9 39 34
Octal 77 231 312 105 30 0 25 311 71 64
Binary 111111 10011001 11001010 1000101 11000 0 10101 11001001 111001 110100

Color Harmonies of #3F99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F99CA

Black with #3F99CA

Text Example


Text Example

White with #3F99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,153,202); }

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

background-color css

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

 a { background-color: rgb(63,153,202); }

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

border-color css

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

 span { border-color: rgb(63,153,202); }

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