Html Css Color HEX #348ACE Curious Blue

📋 copy color: '#348ACE'

red 52 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #348ACE

Tints of Curious Blue #348ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 13.13%
G = 34.85%
B = 52.02%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#348ACE (or 0x348ACE) is known color: Curious Blue. HEX triplet: 34, 8A and CE. RGB value is (52,138,206). Sum of RGB (Red+Green+Blue) = 52+138+206=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #348ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ACE is #CB7531. Grayscale: #777777. Windows color (decimal): -13333810 or 13535796. OLE color: 13535796.

HSL color Cylindrical-coordinate representation of color #348ACE: hue angle of 206.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348ACE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 138 206 -
CMYK 0.75 0.33 0 0.19
HSL 206.49º 0.61% 0.51% -
HSV(B) 206.49º 0.75% 0.81% -
XYZ 21.65 23.36 61.76 -
YUV 120.04 176.51 79.47 -
System Red Green Blue C M Y K H S L
Decimal 52 138 206 0.75 0.33 0 0.19 206.49 0.61 0.51
Hex 34 8A CE 4B 21 0 13 CE 3D 33
Octal 64 212 316 113 41 0 23 316 75 63
Binary 110100 10001010 11001110 1001011 100001 0 10011 11001110 111101 110011

Color Harmonies of #348ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ACE

Black with #348ACE

Text Example


Text Example

White with #348ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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