Html Css Color HEX #348BB3 Curious Blue

📋 copy color: '#348BB3'

red 52 ◦ green 139 ◦ blue 179

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

Shades of Curious Blue #348BB3

Tints of Curious Blue #348BB3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 14.05%
G = 37.57%
B = 48.38%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#348BB3 (or 0x348BB3) is known color: Curious Blue. HEX triplet: 34, 8B and B3. RGB value is (52,139,179). Sum of RGB (Red+Green+Blue) = 52+139+179=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #348BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BB3 is #CB744C. Grayscale: #757575. Windows color (decimal): -13333581 or 11766580. OLE color: 11766580.

HSL color Cylindrical-coordinate representation of color #348BB3: hue angle of 198.9º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348BB3 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 139 179 -
CMYK 0.71 0.22 0 0.30
HSL 198.9º 0.55% 0.45% -
HSV(B) 198.9º 0.71% 0.7% -
XYZ 18.79 22.45 45.99 -
YUV 117.55 162.68 81.25 -
System Red Green Blue C M Y K H S L
Decimal 52 139 179 0.71 0.22 0 0.30 198.9 0.55 0.45
Hex 34 8B B3 47 16 0 1E C7 37 2D
Octal 64 213 263 107 26 0 36 307 67 55
Binary 110100 10001011 10110011 1000111 10110 0 11110 11000111 110111 101101

Color Harmonies of #348BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BB3

Black with #348BB3

Text Example


Text Example

White with #348BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,139,179); }

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

background-color css

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

 a { background-color: rgb(52,139,179); }

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

border-color css

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

 span { border-color: rgb(52,139,179); }

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