Html Css Color HEX #398DCD Curious Blue

📋 copy color: '#398DCD'

red 57 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #398DCD

Tints of Curious Blue #398DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 14.14%
G = 34.99%
B = 50.87%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#398DCD (or 0x398DCD) is known color: Curious Blue. HEX triplet: 39, 8D and CD. RGB value is (57,141,205). Sum of RGB (Red+Green+Blue) = 57+141+205=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #398DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DCD is #C67232. Grayscale: #7A7A7A. Windows color (decimal): -13005363 or 13471033. OLE color: 13471033.

HSL color Cylindrical-coordinate representation of color #398DCD: hue angle of 205.95º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #398DCD is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 141 205 -
CMYK 0.72 0.31 0 0.20
HSL 205.95º 0.6% 0.51% -
HSV(B) 205.95º 0.72% 0.8% -
XYZ 22.23 24.33 61.28 -
YUV 123.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 57 141 205 0.72 0.31 0 0.20 205.95 0.6 0.51
Hex 39 8D CD 48 1F 0 14 CE 3C 33
Octal 71 215 315 110 37 0 24 316 74 63
Binary 111001 10001101 11001101 1001000 11111 0 10100 11001110 111100 110011

Color Harmonies of #398DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DCD

Black with #398DCD

Text Example


Text Example

White with #398DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,141,205); }

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

background-color css

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

 a { background-color: rgb(57,141,205); }

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

border-color css

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

 span { border-color: rgb(57,141,205); }

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