Html Css Color HEX #348ADE Curious Blue

📋 copy color: '#348ADE'

red 52 ◦ green 138 ◦ blue 222

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

Shades of Curious Blue #348ADE

Tints of Curious Blue #348ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 12.62%
G = 33.5%
B = 53.88%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348ADE (or 0x348ADE) is known color: Curious Blue. HEX triplet: 34, 8A and DE. RGB value is (52,138,222). Sum of RGB (Red+Green+Blue) = 52+138+222=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #348ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ADE is #CB7521. Grayscale: #797979. Windows color (decimal): -13333794 or 14584372. OLE color: 14584372.

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

Color convert

RGB 52 138 222 -
CMYK 0.77 0.38 0 0.13
HSL 209.65º 0.72% 0.54% -
HSV(B) 209.65º 0.77% 0.87% -
XYZ 23.69 24.18 72.53 -
YUV 121.86 184.51 78.17 -
System Red Green Blue C M Y K H S L
Decimal 52 138 222 0.77 0.38 0 0.13 209.65 0.72 0.54
Hex 34 8A DE 4D 26 0 D D2 48 36
Octal 64 212 336 115 46 0 15 322 110 66
Binary 110100 10001010 11011110 1001101 100110 0 1101 11010010 1001000 110110

Color Harmonies of #348ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ADE

Black with #348ADE

Text Example


Text Example

White with #348ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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