Html Css Color HEX #348CBB Curious Blue

📋 copy color: '#348CBB'

red 52 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #348CBB

Tints of Curious Blue #348CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 13.72%
G = 36.94%
B = 49.34%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#348CBB (or 0x348CBB) is known color: Curious Blue. HEX triplet: 34, 8C and BB. RGB value is (52,140,187). Sum of RGB (Red+Green+Blue) = 52+140+187=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #348CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CBB is #CB7344. Grayscale: #767676. Windows color (decimal): -13333317 or 12291124. OLE color: 12291124.

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

Color convert

RGB 52 140 187 -
CMYK 0.72 0.25 0 0.27
HSL 200.89º 0.56% 0.47% -
HSV(B) 200.89º 0.72% 0.73% -
XYZ 19.76 23.07 50.43 -
YUV 119.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 52 140 187 0.72 0.25 0 0.27 200.89 0.56 0.47
Hex 34 8C BB 48 19 0 1B C9 38 2F
Octal 64 214 273 110 31 0 33 311 70 57
Binary 110100 10001100 10111011 1001000 11001 0 11011 11001001 111000 101111

Color Harmonies of #348CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CBB

Black with #348CBB

Text Example


Text Example

White with #348CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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