Html Css Color HEX #398CB7 Curious Blue

📋 copy color: '#398CB7'

red 57 ◦ green 140 ◦ blue 183

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

Shades of Curious Blue #398CB7

Tints of Curious Blue #398CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 15%
G = 36.84%
B = 48.16%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#398CB7 (or 0x398CB7) is known color: Curious Blue. HEX triplet: 39, 8C and B7. RGB value is (57,140,183). Sum of RGB (Red+Green+Blue) = 57+140+183=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #398CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CB7 is #C67348. Grayscale: #777777. Windows color (decimal): -13005641 or 12028985. OLE color: 12028985.

HSL color Cylindrical-coordinate representation of color #398CB7: hue angle of 200.48º degrees, saturation: 0.52, 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 #398CB7 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 140 183 -
CMYK 0.69 0.23 0 0.28
HSL 200.48º 0.53% 0.47% -
HSV(B) 200.48º 0.69% 0.72% -
XYZ 19.61 23.04 48.21 -
YUV 120.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 57 140 183 0.69 0.23 0 0.28 200.48 0.53 0.47
Hex 39 8C B7 45 17 0 1C C8 34 2F
Octal 71 214 267 105 27 0 34 310 64 57
Binary 111001 10001100 10110111 1000101 10111 0 11100 11001000 110100 101111

Color Harmonies of #398CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CB7

Black with #398CB7

Text Example


Text Example

White with #398CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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