Html Css Color HEX #348DCF Curious Blue

📋 copy color: '#348DCF'

red 52 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #348DCF

Tints of Curious Blue #348DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 13%
G = 35.25%
B = 51.75%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#348DCF (or 0x348DCF) is known color: Curious Blue. HEX triplet: 34, 8D and CF. RGB value is (52,141,207). Sum of RGB (Red+Green+Blue) = 52+141+207=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #348DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DCF is #CB7230. Grayscale: #797979. Windows color (decimal): -13333041 or 13602100. OLE color: 13602100.

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

Color convert

RGB 52 141 207 -
CMYK 0.75 0.32 0 0.19
HSL 205.55º 0.62% 0.51% -
HSV(B) 205.55º 0.75% 0.81% -
XYZ 22.2 24.28 62.55 -
YUV 121.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 52 141 207 0.75 0.32 0 0.19 205.55 0.62 0.51
Hex 34 8D CF 4B 20 0 13 CE 3E 33
Octal 64 215 317 113 40 0 23 316 76 63
Binary 110100 10001101 11001111 1001011 100000 0 10011 11001110 111110 110011

Color Harmonies of #348DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DCF

Black with #348DCF

Text Example


Text Example

White with #348DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,141,207); }

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

background-color css

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

 a { background-color: rgb(52,141,207); }

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

border-color css

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

 span { border-color: rgb(52,141,207); }

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