Html Css Color HEX #398CB4 Curious Blue

📋 copy color: '#398CB4'

red 57 ◦ green 140 ◦ blue 180

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

Shades of Curious Blue #398CB4

Tints of Curious Blue #398CB4

RGB

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

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

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

R = 15.12%
G = 37.14%
B = 47.75%

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

#398CB4 (or 0x398CB4) is known color: Curious Blue. HEX triplet: 39, 8C and B4. RGB value is (57,140,180). Sum of RGB (Red+Green+Blue) = 57+140+180=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #398CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CB4 is #C6734B. Grayscale: #777777. Windows color (decimal): -13005644 or 11832377. OLE color: 11832377.

HSL color Cylindrical-coordinate representation of color #398CB4: hue angle of 199.51º 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 #398CB4 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 140 180 -
CMYK 0.68 0.22 0 0.29
HSL 199.51º 0.52% 0.46% -
HSV(B) 199.51º 0.68% 0.71% -
XYZ 19.3 22.92 46.59 -
YUV 119.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 57 140 180 0.68 0.22 0 0.29 199.51 0.52 0.46
Hex 39 8C B4 44 16 0 1D C8 34 2E
Octal 71 214 264 104 26 0 35 310 64 56
Binary 111001 10001100 10110100 1000100 10110 0 11101 11001000 110100 101110

Color Harmonies of #398CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CB4

Black with #398CB4

Text Example


Text Example

White with #398CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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