Html Css Color HEX #388BDA Curious Blue

📋 copy color: '#388BDA'

red 56 ◦ green 139 ◦ blue 218

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

Shades of Curious Blue #388BDA

Tints of Curious Blue #388BDA

RGB

 RED value IS 56 (22.27% from 255) = 13.56%

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

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

R = 13.56%
G = 33.66%
B = 52.78%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#388BDA (or 0x388BDA) is known color: Curious Blue. HEX triplet: 38, 8B and DA. RGB value is (56,139,218). Sum of RGB (Red+Green+Blue) = 56+139+218=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #388BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BDA is #C77425. Grayscale: #7A7A7A. Windows color (decimal): -13071398 or 14322488. OLE color: 14322488.

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

Color convert

RGB 56 139 218 -
CMYK 0.74 0.36 0 0.15
HSL 209.26º 0.69% 0.54% -
HSV(B) 209.26º 0.74% 0.85% -
XYZ 23.52 24.37 69.79 -
YUV 123.19 181.5 80.08 -
System Red Green Blue C M Y K H S L
Decimal 56 139 218 0.74 0.36 0 0.15 209.26 0.69 0.54
Hex 38 8B DA 4A 24 0 F D1 45 36
Octal 70 213 332 112 44 0 17 321 105 66
Binary 111000 10001011 11011010 1001010 100100 0 1111 11010001 1000101 110110

Color Harmonies of #388BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BDA

Black with #388BDA

Text Example


Text Example

White with #388BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388BDA; }

 p { color: rgb(56,139,218); }

 H1.HeaderClassName
 {
   color: #388BDA;
 }
 .AnyTagClassName
 {
   color: #388BDA;
 }
</style>

background-color css

<style>
 a { background-color: #388BDA; }

 a { background-color: rgb(56,139,218); }

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

border-color css

<style>
 span { border-color: #388BDA; }

 span { border-color: rgb(56,139,218); }

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