Html Css Color HEX #348ABC Curious Blue

📋 copy color: '#348ABC'

red 52 ◦ green 138 ◦ blue 188

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

Shades of Curious Blue #348ABC

Tints of Curious Blue #348ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 13.76%
G = 36.51%
B = 49.74%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#348ABC (or 0x348ABC) is known color: Curious Blue. HEX triplet: 34, 8A and BC. RGB value is (52,138,188). Sum of RGB (Red+Green+Blue) = 52+138+188=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #348ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ABC is #CB7543. Grayscale: #757575. Windows color (decimal): -13333828 or 12356148. OLE color: 12356148.

HSL color Cylindrical-coordinate representation of color #348ABC: hue angle of 202.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348ABC is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 138 188 -
CMYK 0.72 0.27 0 0.26
HSL 202.06º 0.57% 0.47% -
HSV(B) 202.06º 0.72% 0.74% -
XYZ 19.58 22.54 50.9 -
YUV 117.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 52 138 188 0.72 0.27 0 0.26 202.06 0.57 0.47
Hex 34 8A BC 48 1B 0 1A CA 39 2F
Octal 64 212 274 110 33 0 32 312 71 57
Binary 110100 10001010 10111100 1001000 11011 0 11010 11001010 111001 101111

Color Harmonies of #348ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348ABC

Black with #348ABC

Text Example


Text Example

White with #348ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,188); }

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

background-color css

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

 a { background-color: rgb(52,138,188); }

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

border-color css

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

 span { border-color: rgb(52,138,188); }

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