Html Css Color HEX #348CDD Curious Blue

📋 copy color: '#348CDD'

red 52 ◦ green 140 ◦ blue 221

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

Shades of Curious Blue #348CDD

Tints of Curious Blue #348CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 12.59%
G = 33.9%
B = 53.51%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348CDD (or 0x348CDD) is known color: Curious Blue. HEX triplet: 34, 8C and DD. RGB value is (52,140,221). Sum of RGB (Red+Green+Blue) = 52+140+221=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #348CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CDD is #CB7322. Grayscale: #7A7A7A. Windows color (decimal): -13333283 or 14519348. OLE color: 14519348.

HSL color Cylindrical-coordinate representation of color #348CDD: hue angle of 208.76º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348CDD is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 140 221 -
CMYK 0.76 0.37 0 0.13
HSL 208.76º 0.71% 0.54% -
HSV(B) 208.76º 0.76% 0.87% -
XYZ 23.85 24.71 71.92 -
YUV 122.92 183.35 77.41 -
System Red Green Blue C M Y K H S L
Decimal 52 140 221 0.76 0.37 0 0.13 208.76 0.71 0.54
Hex 34 8C DD 4C 25 0 D D1 47 36
Octal 64 214 335 114 45 0 15 321 107 66
Binary 110100 10001100 11011101 1001100 100101 0 1101 11010001 1000111 110110

Color Harmonies of #348CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CDD

Black with #348CDD

Text Example


Text Example

White with #348CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,221); }

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

background-color css

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

 a { background-color: rgb(52,140,221); }

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

border-color css

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

 span { border-color: rgb(52,140,221); }

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