Html Css Color HEX #348CDA Curious Blue

📋 copy color: '#348CDA'

red 52 ◦ green 140 ◦ blue 218

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

Shades of Curious Blue #348CDA

Tints of Curious Blue #348CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 12.68%
G = 34.15%
B = 53.17%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#348CDA (or 0x348CDA) is known color: Curious Blue. HEX triplet: 34, 8C and DA. RGB value is (52,140,218). Sum of RGB (Red+Green+Blue) = 52+140+218=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #348CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CDA is #CB7325. Grayscale: #7A7A7A. Windows color (decimal): -13333286 or 14322740. OLE color: 14322740.

HSL color Cylindrical-coordinate representation of color #348CDA: hue angle of 208.19º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348CDA is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 140 218 -
CMYK 0.76 0.36 0 0.15
HSL 208.19º 0.69% 0.53% -
HSV(B) 208.19º 0.76% 0.85% -
XYZ 23.45 24.55 69.83 -
YUV 122.58 181.85 77.66 -
System Red Green Blue C M Y K H S L
Decimal 52 140 218 0.76 0.36 0 0.15 208.19 0.69 0.53
Hex 34 8C DA 4C 24 0 F D0 45 35
Octal 64 214 332 114 44 0 17 320 105 65
Binary 110100 10001100 11011010 1001100 100100 0 1111 11010000 1000101 110101

Color Harmonies of #348CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CDA

Black with #348CDA

Text Example


Text Example

White with #348CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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