Html Css Color HEX #398CB8 Curious Blue

📋 copy color: '#398CB8'

red 57 ◦ green 140 ◦ blue 184

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

Shades of Curious Blue #398CB8

Tints of Curious Blue #398CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 14.96%
G = 36.75%
B = 48.29%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#398CB8 (or 0x398CB8) is known color: Curious Blue. HEX triplet: 39, 8C and B8. RGB value is (57,140,184). Sum of RGB (Red+Green+Blue) = 57+140+184=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #398CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CB8 is #C67347. Grayscale: #777777. Windows color (decimal): -13005640 or 12094521. OLE color: 12094521.

HSL color Cylindrical-coordinate representation of color #398CB8: hue angle of 200.79º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398CB8 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 140 184 -
CMYK 0.69 0.24 0 0.28
HSL 200.79º 0.53% 0.47% -
HSV(B) 200.79º 0.69% 0.72% -
XYZ 19.72 23.09 48.76 -
YUV 120.2 164 82.92 -
System Red Green Blue C M Y K H S L
Decimal 57 140 184 0.69 0.24 0 0.28 200.79 0.53 0.47
Hex 39 8C B8 45 18 0 1C C9 35 2F
Octal 71 214 270 105 30 0 34 311 65 57
Binary 111001 10001100 10111000 1000101 11000 0 11100 11001001 110101 101111

Color Harmonies of #398CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CB8

Black with #398CB8

Text Example


Text Example

White with #398CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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