Html Css Color HEX #398CC0 Curious Blue

📋 copy color: '#398CC0'

red 57 ◦ green 140 ◦ blue 192

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

Shades of Curious Blue #398CC0

Tints of Curious Blue #398CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 14.65%
G = 35.99%
B = 49.36%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#398CC0 (or 0x398CC0) is known color: Curious Blue. HEX triplet: 39, 8C and C0. RGB value is (57,140,192). Sum of RGB (Red+Green+Blue) = 57+140+192=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #398CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CC0 is #C6733F. Grayscale: #787878. Windows color (decimal): -13005632 or 12618809. OLE color: 12618809.

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

Color convert

RGB 57 140 192 -
CMYK 0.70 0.27 0 0.25
HSL 203.11º 0.54% 0.49% -
HSV(B) 203.11º 0.7% 0.75% -
XYZ 20.58 23.43 53.31 -
YUV 121.11 168 82.27 -
System Red Green Blue C M Y K H S L
Decimal 57 140 192 0.70 0.27 0 0.25 203.11 0.54 0.49
Hex 39 8C C0 46 1B 0 19 CB 36 31
Octal 71 214 300 106 33 0 31 313 66 61
Binary 111001 10001100 11000000 1000110 11011 0 11001 11001011 110110 110001

Color Harmonies of #398CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CC0

Black with #398CC0

Text Example


Text Example

White with #398CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,140,192); }

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

background-color css

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

 a { background-color: rgb(57,140,192); }

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

border-color css

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

 span { border-color: rgb(57,140,192); }

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