Html Css Color HEX #348ADD Curious Blue

📋 copy color: '#348ADD'

red 52 ◦ green 138 ◦ blue 221

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

Shades of Curious Blue #348ADD

Tints of Curious Blue #348ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

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

R = 12.65%
G = 33.58%
B = 53.77%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348ADD (or 0x348ADD) is known color: Curious Blue. HEX triplet: 34, 8A and DD. RGB value is (52,138,221). Sum of RGB (Red+Green+Blue) = 52+138+221=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #348ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ADD is #CB7522. Grayscale: #797979. Windows color (decimal): -13333795 or 14518836. OLE color: 14518836.

HSL color Cylindrical-coordinate representation of color #348ADD: hue angle of 209.47º 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 #348ADD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 138 221 -
CMYK 0.76 0.38 0 0.13
HSL 209.47º 0.71% 0.54% -
HSV(B) 209.47º 0.76% 0.87% -
XYZ 23.56 24.13 71.82 -
YUV 121.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 52 138 221 0.76 0.38 0 0.13 209.47 0.71 0.54
Hex 34 8A DD 4C 26 0 D D1 47 36
Octal 64 212 335 114 46 0 15 321 107 66
Binary 110100 10001010 11011101 1001100 100110 0 1101 11010001 1000111 110110

Color Harmonies of #348ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ADD

Black with #348ADD

Text Example


Text Example

White with #348ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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