Html Css Color HEX #348CCD Curious Blue

📋 copy color: '#348CCD'

red 52 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #348CCD

Tints of Curious Blue #348CCD

RGB

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

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

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

R = 13.1%
G = 35.26%
B = 51.64%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#348CCD (or 0x348CCD) is known color: Curious Blue. HEX triplet: 34, 8C and CD. RGB value is (52,140,205). Sum of RGB (Red+Green+Blue) = 52+140+205=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #348CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CCD is #CB7332. Grayscale: #787878. Windows color (decimal): -13333299 or 13470772. OLE color: 13470772.

HSL color Cylindrical-coordinate representation of color #348CCD: hue angle of 205.49º 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 #348CCD is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 140 205 -
CMYK 0.75 0.32 0 0.20
HSL 205.49º 0.6% 0.5% -
HSV(B) 205.49º 0.75% 0.8% -
XYZ 21.81 23.89 61.22 -
YUV 121.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 52 140 205 0.75 0.32 0 0.20 205.49 0.6 0.5
Hex 34 8C CD 4B 20 0 14 CD 3C 32
Octal 64 214 315 113 40 0 24 315 74 62
Binary 110100 10001100 11001101 1001011 100000 0 10100 11001101 111100 110010

Color Harmonies of #348CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CCD

Black with #348CCD

Text Example


Text Example

White with #348CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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