Html Css Color HEX #348FD0 Curious Blue

📋 copy color: '#348FD0'

red 52 ◦ green 143 ◦ blue 208

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

Shades of Curious Blue #348FD0

Tints of Curious Blue #348FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 12.9%
G = 35.48%
B = 51.61%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#348FD0 (or 0x348FD0) is known color: Curious Blue. HEX triplet: 34, 8F and D0. RGB value is (52,143,208). Sum of RGB (Red+Green+Blue) = 52+143+208=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #348FD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FD0 is #CB702F. Grayscale: #7A7A7A. Windows color (decimal): -13332528 or 13668148. OLE color: 13668148.

HSL color Cylindrical-coordinate representation of color #348FD0: hue angle of 205º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348FD0 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 143 208 -
CMYK 0.75 0.31 0 0.18
HSL 205º 0.62% 0.51% -
HSV(B) 205º 0.75% 0.82% -
XYZ 22.62 24.93 63.29 -
YUV 123.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 52 143 208 0.75 0.31 0 0.18 205 0.62 0.51
Hex 34 8F D0 4B 1F 0 12 CD 3E 33
Octal 64 217 320 113 37 0 22 315 76 63
Binary 110100 10001111 11010000 1001011 11111 0 10010 11001101 111110 110011

Color Harmonies of #348FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FD0

Black with #348FD0

Text Example


Text Example

White with #348FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,208); }

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

background-color css

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

 a { background-color: rgb(52,143,208); }

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

border-color css

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

 span { border-color: rgb(52,143,208); }

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