Html Css Color HEX #348DBA Curious Blue

📋 copy color: '#348DBA'

red 52 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #348DBA

Tints of Curious Blue #348DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 13.72%
G = 37.2%
B = 49.08%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348DBA (or 0x348DBA) is known color: Curious Blue. HEX triplet: 34, 8D and BA. RGB value is (52,141,186). Sum of RGB (Red+Green+Blue) = 52+141+186=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #348DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DBA is #CB7245. Grayscale: #777777. Windows color (decimal): -13333062 or 12225844. OLE color: 12225844.

HSL color Cylindrical-coordinate representation of color #348DBA: hue angle of 200.15º 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 #348DBA is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 141 186 -
CMYK 0.72 0.24 0 0.27
HSL 200.15º 0.56% 0.47% -
HSV(B) 200.15º 0.72% 0.73% -
XYZ 19.8 23.32 49.91 -
YUV 119.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 52 141 186 0.72 0.24 0 0.27 200.15 0.56 0.47
Hex 34 8D BA 48 18 0 1B C8 38 2F
Octal 64 215 272 110 30 0 33 310 70 57
Binary 110100 10001101 10111010 1001000 11000 0 11011 11001000 111000 101111

Color Harmonies of #348DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DBA

Black with #348DBA

Text Example


Text Example

White with #348DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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