Html Css Color HEX #398CBC Curious Blue

📋 copy color: '#398CBC'

red 57 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #398CBC

Tints of Curious Blue #398CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 14.81%
G = 36.36%
B = 48.83%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#398CBC (or 0x398CBC) is known color: Curious Blue. HEX triplet: 39, 8C and BC. RGB value is (57,140,188). Sum of RGB (Red+Green+Blue) = 57+140+188=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #398CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398CBC is #C67343. Grayscale: #787878. Windows color (decimal): -13005636 or 12356665. OLE color: 12356665.

HSL color Cylindrical-coordinate representation of color #398CBC: hue angle of 201.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398CBC is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 140 188 -
CMYK 0.70 0.26 0 0.26
HSL 201.98º 0.53% 0.48% -
HSV(B) 201.98º 0.7% 0.74% -
XYZ 20.14 23.26 51 -
YUV 120.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 57 140 188 0.70 0.26 0 0.26 201.98 0.53 0.48
Hex 39 8C BC 46 1A 0 1A CA 35 30
Octal 71 214 274 106 32 0 32 312 65 60
Binary 111001 10001100 10111100 1000110 11010 0 11010 11001010 110101 110000

Color Harmonies of #398CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398CBC

Black with #398CBC

Text Example


Text Example

White with #398CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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