Html Css Color HEX #348DB9 Curious Blue

📋 copy color: '#348DB9'

red 52 ◦ green 141 ◦ blue 185

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

Shades of Curious Blue #348DB9

Tints of Curious Blue #348DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 13.76%
G = 37.3%
B = 48.94%

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

#348DB9 (or 0x348DB9) is known color: Curious Blue. HEX triplet: 34, 8D and B9. RGB value is (52,141,185). Sum of RGB (Red+Green+Blue) = 52+141+185=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #348DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DB9 is #CB7246. Grayscale: #777777. Windows color (decimal): -13333063 or 12160308. OLE color: 12160308.

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

Color convert

RGB 52 141 185 -
CMYK 0.72 0.24 0 0.27
HSL 199.85º 0.56% 0.46% -
HSV(B) 199.85º 0.72% 0.73% -
XYZ 19.7 23.28 49.35 -
YUV 119.41 165.01 79.92 -
System Red Green Blue C M Y K H S L
Decimal 52 141 185 0.72 0.24 0 0.27 199.85 0.56 0.46
Hex 34 8D B9 48 18 0 1B C8 38 2E
Octal 64 215 271 110 30 0 33 310 70 56
Binary 110100 10001101 10111001 1001000 11000 0 11011 11001000 111000 101110

Color Harmonies of #348DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DB9

Black with #348DB9

Text Example


Text Example

White with #348DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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