Html Css Color HEX #398FC1 Curious Blue

📋 copy color: '#398FC1'

red 57 ◦ green 143 ◦ blue 193

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

Shades of Curious Blue #398FC1

Tints of Curious Blue #398FC1

RGB

 RED value IS 57 (22.66% from 255) = 14.5%

 GREEN value IS 143 (56.25% from 255) = 36.39%

 BLUE value IS 193 (75.78% from 255) = 49.11%

R = 14.5%
G = 36.39%
B = 49.11%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#398FC1 (or 0x398FC1) is known color: Curious Blue. HEX triplet: 39, 8F and C1. RGB value is (57,143,193). Sum of RGB (Red+Green+Blue) = 57+143+193=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #398FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398FC1 is #C6703E. Grayscale: #7A7A7A. Windows color (decimal): -13004863 or 12685113. OLE color: 12685113.

HSL color Cylindrical-coordinate representation of color #398FC1: hue angle of 202.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398FC1 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 143 193 -
CMYK 0.70 0.26 0 0.24
HSL 202.06º 0.54% 0.49% -
HSV(B) 202.06º 0.7% 0.76% -
XYZ 21.14 24.37 54.04 -
YUV 122.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 57 143 193 0.70 0.26 0 0.24 202.06 0.54 0.49
Hex 39 8F C1 46 1A 0 18 CA 36 31
Octal 71 217 301 106 32 0 30 312 66 61
Binary 111001 10001111 11000001 1000110 11010 0 11000 11001010 110110 110001

Color Harmonies of #398FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398FC1

Black with #398FC1

Text Example


Text Example

White with #398FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398FC1; }

 p { color: rgb(57,143,193); }

 H1.HeaderClassName
 {
   color: #398FC1;
 }
 .AnyTagClassName
 {
   color: #398FC1;
 }
</style>

background-color css

<style>
 a { background-color: #398FC1; }

 a { background-color: rgb(57,143,193); }

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

border-color css

<style>
 span { border-color: #398FC1; }

 span { border-color: rgb(57,143,193); }

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