Html Css Color HEX #398BB3 Curious Blue

📋 copy color: '#398BB3'

red 57 ◦ green 139 ◦ blue 179

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

Shades of Curious Blue #398BB3

Tints of Curious Blue #398BB3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 15.2%
G = 37.07%
B = 47.73%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#398BB3 (or 0x398BB3) is known color: Curious Blue. HEX triplet: 39, 8B and B3. RGB value is (57,139,179). Sum of RGB (Red+Green+Blue) = 57+139+179=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #398BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BB3 is #C6744C. Grayscale: #767676. Windows color (decimal): -13005901 or 11766585. OLE color: 11766585.

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

Color convert

RGB 57 139 179 -
CMYK 0.68 0.22 0 0.30
HSL 199.67º 0.52% 0.46% -
HSV(B) 199.67º 0.68% 0.7% -
XYZ 19.06 22.59 46 -
YUV 119.04 161.83 83.75 -
System Red Green Blue C M Y K H S L
Decimal 57 139 179 0.68 0.22 0 0.30 199.67 0.52 0.46
Hex 39 8B B3 44 16 0 1E C8 34 2E
Octal 71 213 263 104 26 0 36 310 64 56
Binary 111001 10001011 10110011 1000100 10110 0 11110 11001000 110100 101110

Color Harmonies of #398BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398BB3

Black with #398BB3

Text Example


Text Example

White with #398BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,139,179); }

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

background-color css

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

 a { background-color: rgb(57,139,179); }

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

border-color css

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

 span { border-color: rgb(57,139,179); }

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