Html Css Color HEX #348FCC Curious Blue

📋 copy color: '#348FCC'

red 52 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #348FCC

Tints of Curious Blue #348FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 13.03%
G = 35.84%
B = 51.13%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#348FCC (or 0x348FCC) is known color: Curious Blue. HEX triplet: 34, 8F and CC. RGB value is (52,143,204). Sum of RGB (Red+Green+Blue) = 52+143+204=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #348FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FCC is #CB7033. Grayscale: #7A7A7A. Windows color (decimal): -13332532 or 13406004. OLE color: 13406004.

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

Color convert

RGB 52 143 204 -
CMYK 0.75 0.30 0 0.2
HSL 204.08º 0.6% 0.5% -
HSV(B) 204.08º 0.75% 0.8% -
XYZ 22.14 24.73 60.73 -
YUV 122.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 52 143 204 0.75 0.30 0 0.2 204.08 0.6 0.5
Hex 34 8F CC 4B 1E 0 14 CC 3C 32
Octal 64 217 314 113 36 0 24 314 74 62
Binary 110100 10001111 11001100 1001011 11110 0 10100 11001100 111100 110010

Color Harmonies of #348FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FCC

Black with #348FCC

Text Example


Text Example

White with #348FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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