Html Css Color HEX #438FBA Curious Blue

📋 copy color: '#438FBA'

red 67 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #438FBA

Tints of Curious Blue #438FBA

RGB

 RED value IS 67 (26.56% from 255) = 16.92%

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 16.92%
G = 36.11%
B = 46.97%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#438FBA (or 0x438FBA) is known color: Curious Blue. HEX triplet: 43, 8F and BA. RGB value is (67,143,186). Sum of RGB (Red+Green+Blue) = 67+143+186=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #438FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FBA is #BC7045. Grayscale: #7C7C7C. Windows color (decimal): -12349510 or 12226371. OLE color: 12226371.

HSL color Cylindrical-coordinate representation of color #438FBA: hue angle of 201.68º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #438FBA is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 143 186 -
CMYK 0.64 0.23 0 0.27
HSL 201.68º 0.47% 0.5% -
HSV(B) 201.68º 0.64% 0.73% -
XYZ 21 24.38 50.05 -
YUV 125.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 67 143 186 0.64 0.23 0 0.27 201.68 0.47 0.5
Hex 43 8F BA 40 17 0 1B CA 2F 32
Octal 103 217 272 100 27 0 33 312 57 62
Binary 1000011 10001111 10111010 1000000 10111 0 11011 11001010 101111 110010

Color Harmonies of #438FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438FBA

Black with #438FBA

Text Example


Text Example

White with #438FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438FBA; }

 p { color: rgb(67,143,186); }

 H1.HeaderClassName
 {
   color: #438FBA;
 }
 .AnyTagClassName
 {
   color: #438FBA;
 }
</style>

background-color css

<style>
 a { background-color: #438FBA; }

 a { background-color: rgb(67,143,186); }

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

border-color css

<style>
 span { border-color: #438FBA; }

 span { border-color: rgb(67,143,186); }

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