Html Css Color HEX #398DB4 Curious Blue

📋 copy color: '#398DB4'

red 57 ◦ green 141 ◦ blue 180

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

Shades of Curious Blue #398DB4

Tints of Curious Blue #398DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.62%

R = 15.08%
G = 37.3%
B = 47.62%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#398DB4 (or 0x398DB4) is known color: Curious Blue. HEX triplet: 39, 8D and B4. RGB value is (57,141,180). Sum of RGB (Red+Green+Blue) = 57+141+180=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #398DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DB4 is #C6724B. Grayscale: #787878. Windows color (decimal): -13005388 or 11832633. OLE color: 11832633.

HSL color Cylindrical-coordinate representation of color #398DB4: hue angle of 199.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #398DB4 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 141 180 -
CMYK 0.68 0.22 0 0.29
HSL 199.02º 0.52% 0.46% -
HSV(B) 199.02º 0.68% 0.71% -
XYZ 19.45 23.21 46.64 -
YUV 120.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 57 141 180 0.68 0.22 0 0.29 199.02 0.52 0.46
Hex 39 8D B4 44 16 0 1D C7 34 2E
Octal 71 215 264 104 26 0 35 307 64 56
Binary 111001 10001101 10110100 1000100 10110 0 11101 11000111 110100 101110

Color Harmonies of #398DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398DB4

Black with #398DB4

Text Example


Text Example

White with #398DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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