Html Css Color HEX #348FBA Curious Blue

📋 copy color: '#348FBA'

red 52 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #348FBA

Tints of Curious Blue #348FBA

RGB

 RED value IS 52 (20.7% from 255) = 13.65%

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 13.65%
G = 37.53%
B = 48.82%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348FBA (or 0x348FBA) is known color: Curious Blue. HEX triplet: 34, 8F and BA. RGB value is (52,143,186). Sum of RGB (Red+Green+Blue) = 52+143+186=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #348FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FBA is #CB7045. Grayscale: #787878. Windows color (decimal): -13332550 or 12226356. OLE color: 12226356.

HSL color Cylindrical-coordinate representation of color #348FBA: hue angle of 199.25º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348FBA is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 143 186 -
CMYK 0.72 0.23 0 0.27
HSL 199.25º 0.56% 0.47% -
HSV(B) 199.25º 0.72% 0.73% -
XYZ 20.1 23.92 50.01 -
YUV 120.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 52 143 186 0.72 0.23 0 0.27 199.25 0.56 0.47
Hex 34 8F BA 48 17 0 1B C7 38 2F
Octal 64 217 272 110 27 0 33 307 70 57
Binary 110100 10001111 10111010 1001000 10111 0 11011 11000111 111000 101111

Color Harmonies of #348FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FBA

Black with #348FBA

Text Example


Text Example

White with #348FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348FBA; }

 p { color: rgb(52,143,186); }

 H1.HeaderClassName
 {
   color: #348FBA;
 }
 .AnyTagClassName
 {
   color: #348FBA;
 }
</style>

background-color css

<style>
 a { background-color: #348FBA; }

 a { background-color: rgb(52,143,186); }

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

border-color css

<style>
 span { border-color: #348FBA; }

 span { border-color: rgb(52,143,186); }

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