Html Css Color HEX #348DBB Curious Blue

📋 copy color: '#348DBB'

red 52 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #348DBB

Tints of Curious Blue #348DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 13.68%
G = 37.11%
B = 49.21%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348DBB (or 0x348DBB) is known color: Curious Blue. HEX triplet: 34, 8D and BB. RGB value is (52,141,187). Sum of RGB (Red+Green+Blue) = 52+141+187=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #348DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DBB is #CB7244. Grayscale: #777777. Windows color (decimal): -13333061 or 12291380. OLE color: 12291380.

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

Color convert

RGB 52 141 187 -
CMYK 0.72 0.25 0 0.27
HSL 200.44º 0.56% 0.47% -
HSV(B) 200.44º 0.72% 0.73% -
XYZ 19.91 23.37 50.47 -
YUV 119.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 52 141 187 0.72 0.25 0 0.27 200.44 0.56 0.47
Hex 34 8D BB 48 19 0 1B C8 38 2F
Octal 64 215 273 110 31 0 33 310 70 57
Binary 110100 10001101 10111011 1001000 11001 0 11011 11001000 111000 101111

Color Harmonies of #348DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DBB

Black with #348DBB

Text Example


Text Example

White with #348DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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