Html Css Color HEX #348ACD Curious Blue

📋 copy color: '#348ACD'

red 52 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #348ACD

Tints of Curious Blue #348ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 13.16%
G = 34.94%
B = 51.9%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#348ACD (or 0x348ACD) is known color: Curious Blue. HEX triplet: 34, 8A and CD. RGB value is (52,138,205). Sum of RGB (Red+Green+Blue) = 52+138+205=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #348ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ACD is #CB7532. Grayscale: #777777. Windows color (decimal): -13333811 or 13470260. OLE color: 13470260.

HSL color Cylindrical-coordinate representation of color #348ACD: hue angle of 206.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348ACD is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 138 205 -
CMYK 0.75 0.33 0 0.20
HSL 206.27º 0.6% 0.5% -
HSV(B) 206.27º 0.75% 0.8% -
XYZ 21.52 23.31 61.12 -
YUV 119.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 52 138 205 0.75 0.33 0 0.20 206.27 0.6 0.5
Hex 34 8A CD 4B 21 0 14 CE 3C 32
Octal 64 212 315 113 41 0 24 316 74 62
Binary 110100 10001010 11001101 1001011 100001 0 10100 11001110 111100 110010

Color Harmonies of #348ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ACD

Black with #348ACD

Text Example


Text Example

White with #348ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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